diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-06 03:21:01 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-06 06:37:48 +0000 |
commit | 94ed7b3c009756ec6e99d7b67affecdc659804a1 (patch) | |
tree | 191ada94fb38c13696a9a0f7ccd64307228321a1 /community/py3-txsni | |
parent | 294d0a1f1337c95698bd826fdabb1c8d71883e5e (diff) | |
download | aports-94ed7b3c009756ec6e99d7b67affecdc659804a1.tar.bz2 aports-94ed7b3c009756ec6e99d7b67affecdc659804a1.tar.xz |
community/py3-txsni: upgrade to 0.2.0
Diffstat (limited to 'community/py3-txsni')
-rw-r--r-- | community/py3-txsni/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-txsni/APKBUILD b/community/py3-txsni/APKBUILD index 45e32cfe12..d3368321a7 100644 --- a/community/py3-txsni/APKBUILD +++ b/community/py3-txsni/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-txsni -pkgver=0.1.9 -pkgrel=1 +pkgver=0.2.0 +pkgrel=0 pkgdesc="Simple support for running a TLS server with Twisted" options="!check" # No testsuite url="https://github.com/glyph/txsni" @@ -21,4 +21,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="cca5ae41904cd712fea2ad6e96fe6e75d4fbfc471fe8e9ae9260180a7169ffe7e458763a714256d5eb3f52bd4ed6fdd83a705f98f9e5728c81e53edf85f2029b TxSNI-0.1.9.tar.gz" +sha512sums="3fe725b4c24c3d12e533b29dcc547288033be5b641988eb37b53a7cce9bce055689dd320d41ea7390888710805a754e236755936c64648dc271d97c28e0a2a44 TxSNI-0.2.0.tar.gz" |