diff options
author | zlg <zlg@zlg.space> | 2019-01-02 17:43:54 -0800 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2019-01-02 17:43:54 -0800 |
commit | efab2489a56206670621b75eaf914b78215a0f63 (patch) | |
tree | 575642b289078c7b6841dae8d66965711e3d061e | |
parent | f3239ffc60d55e978598d84df002509d312ac94f (diff) | |
download | packages-efab2489a56206670621b75eaf914b78215a0f63.tar.gz packages-efab2489a56206670621b75eaf914b78215a0f63.tar.bz2 packages-efab2489a56206670621b75eaf914b78215a0f63.tar.xz packages-efab2489a56206670621b75eaf914b78215a0f63.zip |
user/py3-urllib3: bump to 1.24.1
-rw-r--r-- | user/py3-urllib3/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/py3-urllib3/APKBUILD b/user/py3-urllib3/APKBUILD index e97b7032b..68ea652b2 100644 --- a/user/py3-urllib3/APKBUILD +++ b/user/py3-urllib3/APKBUILD @@ -3,7 +3,7 @@ # Maintainer: zlg <zlg+adelie@zlg.space> pkgname=py3-urllib3 _pkgname=${pkgname#py3-} -pkgver=1.23 +pkgver=1.24.1 pkgrel=0 pkgdesc="HTTP library with thread-safe connection pooling, file post, and more" url="https://github.com/shazow/urllib3" @@ -13,7 +13,7 @@ license="MIT" depends="python3 py3-certifi py3-cryptography py3-idna py3-openssl py3-pysocks" makedepends="python3-dev" subpackages="" -source="$pkgname-$pkgver.tar.gz::https://github.com/shazow/urllib3/archive/$pkgver.tar.gz" +source="$pkgname-$pkgver.tar.gz::https://github.com/urllib3/urllib3/archive/$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" build() { @@ -27,4 +27,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="1d9eccdd2f939a1029fb6e49c45409b3a493f38b5880bba45a6e8a8088c0478190807b1fe7341b22abe363809ef41c5367de831de9618bcc62f34cb9f0cbc7af py3-urllib3-1.23.tar.gz" +sha512sums="2f5453cf0ec1b65de9a9fca0fdb45664f7481507c875b7115c063cb177628b4b611377e588508ab8433e0797fc78b60fd3ea5cc5ac0a3f105d36bfff9a56f1f4 py3-urllib3-1.24.1.tar.gz" |