diff options
-rw-r--r-- | testing/py-httplib2/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/testing/py-httplib2/APKBUILD b/testing/py-httplib2/APKBUILD index df54182709..18acc0a1ff 100644 --- a/testing/py-httplib2/APKBUILD +++ b/testing/py-httplib2/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-httplib2 _pkgname=httplib2 -pkgver=0.8 +pkgver=0.9 pkgrel=0 pkgdesc="A Python HTTP client library" -url="http://code.google.com/p/httplib2/" +url="https://github.com/jcgregorio/httplib2" arch="noarch" license="MIT" depends="python" @@ -36,6 +36,6 @@ package() { python setup.py install --prefix=/usr --root="$pkgdir" || return 1 } -md5sums="94cb8a3b196dfd19253c46609489d9f1 httplib2-0.8.tar.gz" -sha256sums="cee59fdaa97a40ac505bb0629bdc8ba9ba79012d099ef11d6d3a284b7e369c9c httplib2-0.8.tar.gz" -sha512sums="f3febcb5222359d13b9963ec2d4f01cac406617c6217ec6640e0484b66c8b1fd26a0fb02a7db9b4e62ae67f73110e9c99bae6a5ae6288abdce7aa14ffeffd229 httplib2-0.8.tar.gz" +md5sums="09d8e8016911fc40e2e4c58f1aa3ec24 httplib2-0.9.tar.gz" +sha256sums="39ea8c6a6d9f595c177a16134fc49a990ad8d382758cbf469c8659662f2f51ab httplib2-0.9.tar.gz" +sha512sums="51d90bfc6e95c482e42ef6ac8ab0ead6c3a83e4173b8db570eb738efa4c6b245726f60a99fa6680cee047c6db8ac1e689041847e7afebc022a2c10e50c99865e httplib2-0.9.tar.gz" |