aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2021-01-08 20:45:43 +0100
committerLeo <thinkabit.ukim@gmail.com>2021-01-08 20:01:37 +0000
commit75d30e385b6072d4ddebaab435987a308fb65b17 (patch)
tree4b95a515c3c77a715976257bdebe6811c3ba634d
parentda51b27eaed8e7f39d697f072233afcfa9410789 (diff)
community/py3-hyperlink: upgrade to 21.0.0
-rw-r--r--community/py3-hyperlink/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-hyperlink/APKBUILD b/community/py3-hyperlink/APKBUILD
index 23382ea8fb3..813c5470ee1 100644
--- a/community/py3-hyperlink/APKBUILD
+++ b/community/py3-hyperlink/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: prspkt <prspkt@protonmail.com>
pkgname=py3-hyperlink
_pkgname=hyperlink
-pkgver=20.0.1
+pkgver=21.0.0
pkgrel=0
pkgdesc="Python implementation of immutable URLs"
url="https://github.com/python-hyper/hyperlink"
@@ -11,7 +11,7 @@ license="MIT"
depends="py3-idna"
makedepends="py3-setuptools"
checkdepends="py3-pytest"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
+source="https://files.pythonhosted.org/packages/source/h/hyperlink/hyperlink-$pkgver.tar.gz"
builddir="$srcdir/"$_pkgname-$pkgver
build() {
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="f935c09d35baf8a8a3c8d4dc6aaf64135d13dda4636187f5d47f3fe4de675498efa29cd93d802c0912db2fa371d0e58213767b1c3c42e5a14bb837ea96a72193 hyperlink-20.0.1.tar.gz"
+sha512sums="9e0e9273dde1b0a41329a74fbb26c4f327b87f387ee64b9a2ab641ca5cc8b9ea0516884415e9adf1d4880ae9c053a5cba2c550fc508bb56fddb44a543d5da860 hyperlink-21.0.0.tar.gz"