mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
python/lxml: Updated for version 3.7.1
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
f5c25ce87e
commit
b8e7dad367
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=lxml
|
||||
VERSION=${VERSION:-3.7.0}
|
||||
VERSION=${VERSION:-3.7.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxml"
|
||||
VERSION="3.7.0"
|
||||
VERSION="3.7.1"
|
||||
HOMEPAGE="http://lxml.de/"
|
||||
DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.0/lxml-lxml-3.7.0.tar.gz"
|
||||
MD5SUM="953180331db965c312f1e4a7e2ab07c9"
|
||||
DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.1/lxml-lxml-3.7.1.tar.gz"
|
||||
MD5SUM="1fd1051aa08437f54d1e18c3b80342b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="BeautifulSoup4 html5lib"
|
||||
|
|
Loading…
Reference in a new issue