python-requests: update to 2.11.1
This commit is contained in:
parent
9ab8b181fd
commit
43ab56971d
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-requests'
|
||||
pkgname=python-requests
|
||||
version=2.10.0
|
||||
version=2.11.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="requests-${version}"
|
||||
|
@ -18,7 +18,7 @@ homepage="http://python-requests.org/"
|
|||
license="Apache-2.0"
|
||||
# distfiles="${PYPI_SITE}/r/requests/requests-${version}.tar.gz"
|
||||
distfiles="https://github.com/kennethreitz/requests/archive/v${version}.tar.gz"
|
||||
checksum=53547040c63eb514638203c8211de6eb9b7db370535db4a5dc3801692c2c3f8b
|
||||
checksum=e8e5710ae923a00e45631f0e47c30ebfc83b7a8c4a7a818f78bf820f9b607558
|
||||
|
||||
pre_build() {
|
||||
# remove bundled cacerts
|
||||
|
|
Loading…
Reference in a new issue