aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2021-08-02 07:56:06 -0300
committerLeo <thinkabit.ukim@gmail.com>2021-08-02 16:32:43 +0000
commitd606a1de4cfdd6e212d9d155915391c803e6320e (patch)
tree888a15718a3e38a30778bca7c825ea4a330c2abd
parentff0f67f00b98007c35402e3ce8698fb172f354dc (diff)
community/py3-purl: upgrade to 1.6
-rw-r--r--community/py3-purl/APKBUILD10
1 files changed, 6 insertions, 4 deletions
diff --git a/community/py3-purl/APKBUILD b/community/py3-purl/APKBUILD
index 5d5ec9ffd46..6242a5ebbd7 100644
--- a/community/py3-purl/APKBUILD
+++ b/community/py3-purl/APKBUILD
@@ -2,9 +2,9 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-purl
_pkgname=purl
-pkgver=1.5
-pkgrel=4
-pkgdesc="An immutable Python3 URL class for easy URL-building and manipulation"
+pkgver=1.6
+pkgrel=0
+pkgdesc="immutable Python3 URL class for easy URL-building and manipulation"
url="https://github.com/codeinthehole/purl"
arch="noarch"
license="MIT"
@@ -27,4 +27,6 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="e7ef3dbe51117c2807a5cd472967d90c9f16fc1090f2edcaf3c4fe0bbc95b8ef8d612d5ca98401caf5a94c5b0335949ac0ac490bc694e571ff516b7bf53fae32 purl-1.5.tar.gz"
+sha512sums="
+1c0046a50d3ed3653bc3f5d5062863d5dfa23a3259491163b511209ee185c9be43d6fefb0cacf46cab3e894cfede36590830de8fc668088dc7d5df1c2215f857 purl-1.6.tar.gz
+"