diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 14:09:35 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-08-08 14:09:35 -0300 |
commit | 5cbaaa3d82853414b48e681cd86a3b9022da91e7 (patch) | |
tree | 92500a9a1d3b151212ab86a19314c595ed16e377 /testing | |
parent | 2e2bfffb2db233d86afc5a078a78434a83849c5b (diff) | |
download | aports-5cbaaa3d82853414b48e681cd86a3b9022da91e7.tar.bz2 aports-5cbaaa3d82853414b48e681cd86a3b9022da91e7.tar.xz |
testing/py3-pem: upgrade to 19.2.0
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py3-pem/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/py3-pem/APKBUILD b/testing/py3-pem/APKBUILD index fc4672327b..dd6d60f0a3 100644 --- a/testing/py3-pem/APKBUILD +++ b/testing/py3-pem/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pem -pkgver=19.1.0 -pkgrel=1 +pkgver=19.2.0 +pkgrel=0 pkgdesc="Easy PEM file parsing" options="!check" # Requires unpackaged pymodule 'pretend' url="https://pem.readthedocs.io/en/stable/" @@ -26,4 +26,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="873c34f1bb4c40be179d40b175f3791d021ce0faf9c9578efe494dc60945d291f3ed35aee7e534b326671dd6d4990c3d0060a85178fbdadf423c83e3bde8e185 py3-pem-19.1.0.tar.gz" +sha512sums="fe7c53f01d4246e386b982bf0b5909a7034692784452c5104cc38ac5313066fdee2e9578c8e34d09ccbc356b919a5f7ca0b1cb87a4da1efe22abd10829a05319 py3-pem-19.2.0.tar.gz" |