mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
onionshare: update to 2.1
This commit is contained in:
parent
fb2412ac30
commit
38245dbdcc
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'onionshare'
|
# Template file for 'onionshare'
|
||||||
pkgname=onionshare
|
pkgname=onionshare
|
||||||
version=2.0
|
version=2.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -12,13 +12,13 @@ depends="python3-cffi python3-chardet python3-click python3-cryptography
|
||||||
python3-Jinja2 python3-MarkupSafe python3-pycparser python3-pycryptodome
|
python3-Jinja2 python3-MarkupSafe python3-pycparser python3-pycryptodome
|
||||||
python3-PyQt5 python3-pysocks python3-requests python3-six python3-stem
|
python3-PyQt5 python3-pysocks python3-requests python3-six python3-stem
|
||||||
python3-urllib3 python3-Werkzeug python3-asn1crypto python3-altgraph
|
python3-urllib3 python3-Werkzeug python3-asn1crypto python3-altgraph
|
||||||
python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson"
|
python3-sip-PyQt5 python3-macholib python3-pefile python3-simplejson tor"
|
||||||
short_desc="Share files anonymously and securely"
|
short_desc="Share files anonymously and securely"
|
||||||
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
maintainer="maxice8 <thinkabit.ukim@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://onionshare.org/"
|
homepage="https://onionshare.org/"
|
||||||
distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
|
distfiles="https://github.com/micahflee/onionshare/archive/v${version}.tar.gz"
|
||||||
checksum=528ceb6234ecacabe51080e351c2e8f205cbf08cdfcfddc418586d578baa030e
|
checksum=b412bc1e9d08deaa2805cfc9532b556928fa7b332d249189fb0887f27d587ddb
|
||||||
|
|
||||||
conf_files="/etc/apparmor.d/local/*"
|
conf_files="/etc/apparmor.d/local/*"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue