aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-10-10 18:29:47 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-10-19 17:45:29 +0000
commitc269a169f36ed01d01d92cc79e1b0fc864b09108 (patch)
treea6d4b3d02e3fd114f7a26042df9ca7e29a3328e9
parent1ab104ecb54887c910feae3fe0230eb11bed6877 (diff)
downloadaports-c269a169f36ed01d01d92cc79e1b0fc864b09108.tar.bz2
aports-c269a169f36ed01d01d92cc79e1b0fc864b09108.tar.xz
main/py3-httplib2: upgrade to 0.14.0
Closes !352
-rw-r--r--main/py3-httplib2/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/py3-httplib2/APKBUILD b/main/py3-httplib2/APKBUILD
index c384e8be8e..b743d9eed0 100644
--- a/main/py3-httplib2/APKBUILD
+++ b/main/py3-httplib2/APKBUILD
@@ -2,8 +2,8 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-httplib2
_pkgname=httplib2
-pkgver=0.13.1
-pkgrel=1
+pkgver=0.14.0
+pkgrel=0
pkgdesc="Python3 HTTP client library"
url="https://github.com/httplib2/httplib2"
arch="noarch"
@@ -26,4 +26,4 @@ package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
-sha512sums="c82e51481235d57660a7c93a639512c6b38bde60392f6da8e24b28f6083b54580d87f450bc333d5429fc2824cb0e367e3f9982ea97325a72c4289bec19fdc5e9 httplib2-0.13.1.tar.gz"
+sha512sums="4038849dbb4523180e5fba29bfe17995b1da956c057a1b35c320f07543b704bfc07a45cb5bfe5d2b5abd88fcadc6693b767bbd5e97bd70a502a4fc3197b0e0e7 httplib2-0.14.0.tar.gz"