python-httplib2: update to 0.12.0
This commit is contained in:
parent
478cb23ee5
commit
0a37012498
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-httplib2'
|
# Template file for 'python-httplib2'
|
||||||
pkgname=python-httplib2
|
pkgname=python-httplib2
|
||||||
version=0.11.3
|
version=0.12.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="httplib2-${version}"
|
wrksrc="httplib2-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/httplib2/httplib2"
|
homepage="https://github.com/httplib2/httplib2"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/h/httplib2/httplib2-${version}.tar.gz"
|
||||||
checksum=e71daed9a0e6373642db61166fa70beecc9bf04383477f84671348c02a04cbdf
|
checksum=f61fb838a94ce3b349aa32c92fd8430f7e3511afdb18bf9640d647e30c90a6d6
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
# use system ca certificates
|
# use system ca certificates
|
||||||
|
|
Loading…
Reference in New Issue