diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-15 15:01:51 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-04-15 15:01:51 +0000 |
commit | 263f0590f7f3996a62a27c09081b7d45c2effc10 (patch) | |
tree | 2f0ffac81e8cf686fdf63d00cf8b7fe72648e3c0 /community/py-ndg_httpsclient/APKBUILD | |
parent | cc04e5efddd48c4f863f1c2a1daddb5bef6a968e (diff) | |
download | aports-263f0590f7f3996a62a27c09081b7d45c2effc10.tar.bz2 aports-263f0590f7f3996a62a27c09081b7d45c2effc10.tar.xz |
community/py-ndg_httpsclient: upgrade to 0.4.4
Diffstat (limited to 'community/py-ndg_httpsclient/APKBUILD')
-rw-r--r-- | community/py-ndg_httpsclient/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/community/py-ndg_httpsclient/APKBUILD b/community/py-ndg_httpsclient/APKBUILD index 1fe2f7fbf8..263c240b73 100644 --- a/community/py-ndg_httpsclient/APKBUILD +++ b/community/py-ndg_httpsclient/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Carlo Landmeter <clandmeter@gmail.com> # Maintainer: pkgname=py-ndg_httpsclient -pkgver=0.4.0 +pkgver=0.4.4 pkgrel=0 pkgdesc="HTTPS client implementation for httplib and urllib2 based on PyOpenSSL" url="https://github.com/cedadev/ndg_httpsclient" @@ -12,7 +12,7 @@ depends_dev="" makedepends="$depends_dev py-setuptools" install="" subpackages="" -source="ndg_httpsclient-$pkgver.tar.gz::https://github.com/cedadev/ndg_httpsclient/archive/v$pkgver.tar.gz" +source="ndg_httpsclient-$pkgver.tar.gz::https://github.com/cedadev/ndg_httpsclient/archive/$pkgver.tar.gz" _builddir="$srcdir"/ndg_httpsclient-$pkgver prepare() { @@ -35,6 +35,4 @@ package() { python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="b7577b1eaa2a25915c7a963e0d2f80a5 ndg_httpsclient-0.4.0.tar.gz" -sha256sums="d8954102b851dc775b12535d6623d41ee0849146ea8b8a2d937a5c12ca8ba19d ndg_httpsclient-0.4.0.tar.gz" -sha512sums="4ff71ce7a475e2828e4836f77cbbcc6c9f99c6d5b0e4510b805be0e50f95a337665d73a54b355dc3ae51d752857dd886ba0c9c1dcc7d7041ebbed6df8842cd88 ndg_httpsclient-0.4.0.tar.gz" +sha512sums="604ea4a27915cd338549c0c51f5ec3419a56f1c24472b2ecded7cb7e9939a73b3b93cdbe0b62ea27793949aa035253f767f330ffcd8d1c044ae3516db99dc59c ndg_httpsclient-0.4.4.tar.gz" |