diff options
-rw-r--r-- | python/lxml/lxml.SlackBuild | 4 | ||||
-rw-r--r-- | python/lxml/lxml.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index be42dbbb8972..dcf07f62ffe8 100644 --- a/python/lxml/lxml.SlackBuild +++ b/python/lxml/lxml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for lxml -# Copyright 2009-2016 Larry Hajali <larryhaja[at]gmail[dot]com> +# Copyright 2009-2017 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.7.1} +VERSION=${VERSION:-3.7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/lxml/lxml.info b/python/lxml/lxml.info index 81348f37cca3..5ab69a3cad32 100644 --- a/python/lxml/lxml.info +++ b/python/lxml/lxml.info @@ -1,8 +1,8 @@ PRGNAM="lxml" -VERSION="3.7.1" +VERSION="3.7.2" HOMEPAGE="http://lxml.de/" -DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.1/lxml-lxml-3.7.1.tar.gz" -MD5SUM="e1fd1051aa08437f54d1e18c3b80342b" +DOWNLOAD="https://github.com/lxml/lxml/archive/lxml-3.7.2/lxml-lxml-3.7.2.tar.gz" +MD5SUM="c23af030be8c62bd5a0492bec322385a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="BeautifulSoup4 html5lib" |