mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
python/python-requests: Updated for version 2.18.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
afda57004a
commit
ba50b23e34
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=python-requests
|
||||
VERSION=${VERSION:-2.18.1}
|
||||
VERSION=${VERSION:-2.18.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="python-requests"
|
||||
VERSION="2.18.1"
|
||||
VERSION="2.18.4"
|
||||
HOMEPAGE="http://python-requests.org/"
|
||||
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.18.1/requests-2.18.1.tar.gz"
|
||||
MD5SUM="a3d6f123e328ab97131f8232a17eebdc"
|
||||
DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.18.4/requests-2.18.4.tar.gz"
|
||||
MD5SUM="ee668fdec015db44b3a85ae8c877d3d7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python-certifi python-chardet idna python-urllib3"
|
||||
|
|
Loading…
Reference in a new issue