mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-02 19:36:08 -04:00
Update version strings, docs, and release.md for version 2.3.2
This commit is contained in:
parent
ead2825327
commit
08d15fd3f1
24 changed files with 25 additions and 21 deletions
|
@ -1,6 +1,6 @@
|
|||
name: onionshare
|
||||
base: core18
|
||||
version: '2.3.2.dev1'
|
||||
version: '2.3.2'
|
||||
summary: Securely and anonymously share files, host websites, and chat using Tor
|
||||
description: |
|
||||
OnionShare lets you securely and anonymously send and receive files. It works by starting
|
||||
|
@ -8,7 +8,7 @@ description: |
|
|||
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.
|
||||
|
||||
grade: devel # stable or devel
|
||||
grade: stable # stable or devel
|
||||
confinement: strict
|
||||
|
||||
apps:
|
||||
|
@ -40,7 +40,7 @@ parts:
|
|||
python-version: python3
|
||||
python-packages:
|
||||
- psutil
|
||||
- pyside2==5.15.2
|
||||
- pyside2 == 5.15.2
|
||||
- qrcode
|
||||
stage-packages:
|
||||
- libasound2
|
||||
|
@ -114,21 +114,24 @@ parts:
|
|||
- click
|
||||
- flask
|
||||
- flask-httpauth
|
||||
- flask-socketio
|
||||
- flask-socketio == 5.0.1
|
||||
- pycryptodome
|
||||
- psutil
|
||||
- pysocks
|
||||
- requests
|
||||
- stem
|
||||
- urllib3
|
||||
- eventlet
|
||||
- setuptools
|
||||
- colorama
|
||||
stage:
|
||||
- -usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
|
||||
- -usr/share/doc/libssl1.1/changelog.Debian.gz
|
||||
after: [tor, obfs4]
|
||||
|
||||
tor:
|
||||
source: https://dist.torproject.org/tor-0.4.5.7.tar.gz
|
||||
source-checksum: sha256/447fcaaa133e2ef22427e98098a60a9c495edf9ff3e0dd13f484b9ad0185f074
|
||||
source: https://dist.torproject.org/tor-0.4.5.8.tar.gz
|
||||
source-checksum: sha256/57ded091e8bcdcebb0013fe7ef4a4439827cb169358c7874fd05fa00d813e227
|
||||
source-type: tar
|
||||
plugin: autotools
|
||||
build-packages:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue