mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-25 10:42:58 -03:00
Version bump to 2.3.3
This commit is contained in:
parent
c6451e097c
commit
f71e320ca3
8 changed files with 14 additions and 8 deletions
|
@ -238,6 +238,12 @@ flatpak-builder build --force-clean --install-deps-from=flathub --install --user
|
||||||
flatpak run org.onionshare.OnionShare
|
flatpak run org.onionshare.OnionShare
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Create a [single-file bundle](https://docs.flatpak.org/en/latest/single-file-bundles.html):
|
||||||
|
|
||||||
|
```sh
|
||||||
|
flatpak build-bundle ~/repositories/apps dist/OnionShare-$VERSION.flatpak org.onionshare.OnionShare --runtime-repo=https://flathub.org/repo/flathub.flatpakrepo
|
||||||
|
```
|
||||||
|
|
||||||
### Update Homebrew
|
### Update Homebrew
|
||||||
|
|
||||||
- Make a PR to [homebrew-cask](https://github.com/homebrew/homebrew-cask) to update the macOS version
|
- Make a PR to [homebrew-cask](https://github.com/homebrew/homebrew-cask) to update the macOS version
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.3.2
|
2.3.3
|
|
@ -1,6 +1,6 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "onionshare_cli"
|
name = "onionshare_cli"
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service."
|
||||||
authors = ["Micah Lee <micah@micahflee.com>"]
|
authors = ["Micah Lee <micah@micahflee.com>"]
|
||||||
license = "GPLv3+"
|
license = "GPLv3+"
|
||||||
|
|
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="onionshare-cli",
|
name="onionshare-cli",
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[tool.briefcase]
|
[tool.briefcase]
|
||||||
project_name = "OnionShare"
|
project_name = "OnionShare"
|
||||||
bundle = "org.onionshare"
|
bundle = "org.onionshare"
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
url = "https://onionshare.org"
|
url = "https://onionshare.org"
|
||||||
license = "GPLv3"
|
license = "GPLv3"
|
||||||
author = 'Micah Lee'
|
author = 'Micah Lee'
|
||||||
|
@ -13,7 +13,7 @@ description = "Securely and anonymously share files, host websites, and chat wit
|
||||||
icon = "src/onionshare/resources/onionshare"
|
icon = "src/onionshare/resources/onionshare"
|
||||||
sources = ['src/onionshare']
|
sources = ['src/onionshare']
|
||||||
requires = [
|
requires = [
|
||||||
"./onionshare_cli-2.3.2-py3-none-any.whl",
|
"./onionshare_cli-2.3.3-py3-none-any.whl",
|
||||||
"pyside2==5.15.1",
|
"pyside2==5.15.1",
|
||||||
"qrcode"
|
"qrcode"
|
||||||
]
|
]
|
||||||
|
|
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
"""
|
"""
|
||||||
import setuptools
|
import setuptools
|
||||||
|
|
||||||
version = "2.3.2"
|
version = "2.3.3"
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="onionshare",
|
name="onionshare",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
project = "OnionShare"
|
project = "OnionShare"
|
||||||
author = copyright = "Micah Lee, et al."
|
author = copyright = "Micah Lee, et al."
|
||||||
version = release = "2.3.2"
|
version = release = "2.3.3"
|
||||||
|
|
||||||
extensions = ["sphinx_rtd_theme"]
|
extensions = ["sphinx_rtd_theme"]
|
||||||
templates_path = ["_templates"]
|
templates_path = ["_templates"]
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: onionshare
|
name: onionshare
|
||||||
base: core18
|
base: core18
|
||||||
version: '2.3.2'
|
version: '2.3.3'
|
||||||
summary: Securely and anonymously share files, host websites, and chat using Tor
|
summary: Securely and anonymously share files, host websites, and chat using Tor
|
||||||
description: |
|
description: |
|
||||||
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
||||||
|
|
Loading…
Add table
Reference in a new issue