mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/lxml: Updated for version 3.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
097774be17
commit
b5b9ac80d1
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for lxml
|
||||
|
||||
# Copyright 2009-2014 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2009-2015 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# 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=lxml
|
||||
VERSION=${VERSION:-3.4.0}
|
||||
VERSION=${VERSION:-3.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxml"
|
||||
VERSION="3.4.0"
|
||||
VERSION="3.4.2"
|
||||
HOMEPAGE="http://lxml.de/"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.4.0.tar.gz"
|
||||
MD5SUM="bc90cc4e4ee04e1f8290ae0f70e34eea"
|
||||
DOWNLOAD="http://pypi.python.org/packages/source/l/lxml/lxml-3.4.2.tar.gz"
|
||||
MD5SUM="429e5e771c4be0798923c04cb9739b4e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="BeautifulSoup"
|
||||
|
|
Loading…
Reference in a new issue