diff options
Diffstat (limited to 'community/py3-ndg_httpsclient/APKBUILD')
-rw-r--r-- | community/py3-ndg_httpsclient/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-ndg_httpsclient/APKBUILD b/community/py3-ndg_httpsclient/APKBUILD index 5d3871673b..b5f32e25a9 100644 --- a/community/py3-ndg_httpsclient/APKBUILD +++ b/community/py3-ndg_httpsclient/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: prspkt <prspkt@protonmail.com> pkgname=py3-ndg_httpsclient _pkgname=ndg_httpsclient -pkgver=0.4.4 -pkgrel=1 +pkgver=0.5.1 +pkgrel=0 pkgdesc="HTTPS client implementation for httplib and urllib2 based on PyOpenSSL" url="https://github.com/cedadev/ndg_httpsclient" arch="noarch" @@ -24,4 +24,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="604ea4a27915cd338549c0c51f5ec3419a56f1c24472b2ecded7cb7e9939a73b3b93cdbe0b62ea27793949aa035253f767f330ffcd8d1c044ae3516db99dc59c ndg_httpsclient-0.4.4.tar.gz" +sha512sums="00f83f357289ba4c958b7a2857a577e11f62783243b40ad302c321d6a8718558e092f96a57ada4d8f5d4c3f97f3d26fb2674140f78e5633ab5bad65502d1b414 ndg_httpsclient-0.5.1.tar.gz" |