Skip to content

Commit 1cde09a

Browse files
committed
magic-wormhole: update to 0.22.0
1 parent 6afd95d commit 1cde09a

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

srcpkgs/magic-wormhole/template

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
# Template file for 'magic-wormhole'
22
pkgname=magic-wormhole
3-
version=0.15.0
4-
revision=3
3+
version=0.22.0
4+
revision=1
55
build_style=python3-pep517
6-
hostmakedepends="python3 python3-build python3-setuptools python3-wheel"
6+
hostmakedepends="python3 python3-build python3-setuptools python3-wheel
7+
python3-versioneer"
78
depends="python3-autobahn python3-cffi python3-click python3-humanize
8-
python3-idna python3-pynacl python3-service_identity python3-spake2
9-
python3-tqdm python3-txtorcon python3-iterable-io python3-zipstream-ng"
9+
python3-idna python3-pynacl python3-service_identity python3-spake2 python3-tqdm
10+
python3-txtorcon python3-iterable-io python3-zipstream-ng python3-qrcode
11+
python3-Twisted python3-attrs python3-automat python3-cryptography"
1012
short_desc="Get things from one computer to another, safely"
1113
maintainer="travankor <[email protected]>"
1214
license="MIT"
1315
homepage="https://magic-wormhole.readthedocs.io/en/latest/"
1416
changelog="https://raw.githubusercontent.com/magic-wormhole/magic-wormhole/master/NEWS.md"
15-
distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
16-
checksum=bc77b7280876ad0e9611498cdee1aebb3d0ec0a9236bf7356dc8967f2d6ce201
17+
distfiles="https://github.com/magic-wormhole/magic-wormhole/archive/${version}.tar.gz"
18+
checksum=14a6029263c49109d71b0d0a82737690645d33f4067513bce2c7cca20da837ab
1719

1820
post_install() {
1921
vlicense LICENSE

0 commit comments

Comments
 (0)