Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions srcpkgs/magic-wormhole/template
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Template file for 'magic-wormhole'
pkgname=magic-wormhole
version=0.15.0
revision=2
version=0.17.0
revision=1
build_style=python3-pep517
hostmakedepends="python3 python3-build python3-setuptools python3-wheel"
depends="python3-autobahn python3-cffi python3-click python3-humanize
python3-idna python3-pynacl python3-service_identity python3-spake2
python3-tqdm python3-txtorcon python3-iterable-io python3-zipstream-ng"
python3-tqdm python3-txtorcon python3-iterable-io python3-zipstream-ng
python3-Twisted python3-attrs python3-automat python3-cryptography"
short_desc="Get things from one computer to another, safely"
maintainer="travankor <[email protected]>"
license="MIT"
homepage="https://magic-wormhole.readthedocs.io/en/latest/"
changelog="https://raw.githubusercontent.com/magic-wormhole/magic-wormhole/master/NEWS.md"
distfiles="https://github.com/warner/magic-wormhole/archive/${version}.tar.gz"
checksum=bc77b7280876ad0e9611498cdee1aebb3d0ec0a9236bf7356dc8967f2d6ce201
checksum=a305fe79da93ba857afca6bfc297d94d4578ca78b6820be91350d3aab9fc49e2

post_install() {
vlicense LICENSE
Expand Down