diff options
-rw-r--r-- | main/py-httplib2/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/py-httplib2/APKBUILD b/main/py-httplib2/APKBUILD index 6df2dce5db..dfbb218822 100644 --- a/main/py-httplib2/APKBUILD +++ b/main/py-httplib2/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-httplib2 _pkgname=httplib2 -pkgver=0.12.1 -pkgrel=1 +pkgver=0.13.1 +pkgrel=0 pkgdesc="Python HTTP client library" url="https://github.com/httplib2/httplib2" arch="noarch" @@ -52,4 +52,4 @@ _py() { $python setup.py install --prefix=/usr --root="$subpkgdir" } -sha512sums="b083f0f5e22b384fd61eac428c1c60209702cf595762eadf6734afcf3cef6c3df8c7f2bedc5d782a4a6120a1dec51f910298f678c634c6b5e5d31348d9e10d25 httplib2-0.12.1.tar.gz" +sha512sums="c82e51481235d57660a7c93a639512c6b38bde60392f6da8e24b28f6083b54580d87f450bc333d5429fc2824cb0e367e3f9982ea97325a72c4289bec19fdc5e9 httplib2-0.13.1.tar.gz" |