aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-17 05:11:23 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-05-06 14:57:29 +0000
commitb3c2c48adb49fdb3c92ae966d3754a6d63fd28bf (patch)
treed5f9519c5dc2251c6aefb8e1ec9ad06c76d973ba /community
parent637c06c99c597f38209c80c14ca1182117a1fde8 (diff)
downloadaports-b3c2c48adb49fdb3c92ae966d3754a6d63fd28bf.tar.bz2
aports-b3c2c48adb49fdb3c92ae966d3754a6d63fd28bf.tar.xz
community/py3-txacme: upgrade to 0.9.3
Diffstat (limited to 'community')
-rw-r--r--community/py3-txacme/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/py3-txacme/APKBUILD b/community/py3-txacme/APKBUILD
index 87150ed4c5..3074b60c12 100644
--- a/community/py3-txacme/APKBUILD
+++ b/community/py3-txacme/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Leo <thinkabit.ukim@gmail.com>
# Maintainer: Leo <thinkabit.ukim@gmail.com>
pkgname=py3-txacme
-pkgver=0.9.2
-pkgrel=1
+pkgver=0.9.3
+pkgrel=0
pkgdesc="ACME protocol implementation for Twisted"
options="!check" # Requires unpackaged dependencies
url="https://github.com/mithrandi/txacme"
@@ -21,7 +21,7 @@ depends="
py3-openssl
"
makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/t/txacme/txacme-$pkgver.tar.gz"
+source="$pkgname-$pkgver.tar.gz::https://github.com/twisted/txacme/archive/$pkgver.tar.gz"
builddir="$srcdir/txacme-$pkgver"
build() {
@@ -32,4 +32,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="efbe0563e5c6644c71c6c020428cd10b681b4a7b3cfba1b8475b74ad8503fb0defa24d028b1d37f24b11dfd3f90cc98c1e7318b8b1748142de9c51da00498e35 txacme-0.9.2.tar.gz"
+sha512sums="b0a6c6401a9a6d8f8a59c29e34aaf398778f327f5907d4406273b4d0fce6c8449d388a5a687efb25bab5799fd7ddf9a0e2ce482a9b1457d93875a05f593dfa1c py3-txacme-0.9.3.tar.gz"