mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/w3lib: Updated for version 1.18.0.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
bcbb4bd4ef
commit
650461c807
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for w3lib
|
||||
|
||||
# Copyright 2016 Dimitris Zlatanidis Orestiada, Greece
|
||||
# Copyright 2016-2017 Dimitris Zlatanidis Orestiada, Greece
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=w3lib
|
||||
VERSION=${VERSION:-1.16.0}
|
||||
VERSION=${VERSION:-1.18.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="w3lib"
|
||||
VERSION="1.16.0"
|
||||
VERSION="1.18.0"
|
||||
HOMEPAGE="https://github.com/scrapy/w3lib"
|
||||
DOWNLOAD="https://pypi.python.org/packages/c8/4d/47d96235c171e456e711c0e5f14eb836e3215b838b064c1f2e5d336a7ca5/w3lib-1.16.0.tar.gz"
|
||||
MD5SUM="09be7841a9f5c651bc9e759bed7c7dc5"
|
||||
DOWNLOAD="https://pypi.python.org/packages/71/4b/af63da2ebb20a18c45b38598b5f71ff6ee3fac1744f44235710794b53376/w3lib-1.18.0.tar.gz"
|
||||
MD5SUM="f6909e9a8aa87f868dc4e8bb195925e5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="six"
|
||||
|
|
Loading…
Reference in a new issue