diff options
author | Larry Hajali <larryhaja@gmail.com> | 2017-03-18 09:19:06 -0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 00:10:42 +0000 |
commit | 38a6963671b65683464b2f282d1239408b10318f (patch) | |
tree | c1def5781a609e10122c1a13436c6f5907af34a5 /python/lxml/lxml.SlackBuild | |
parent | e7f7cc864b38e147b427bd2e6e674bc53e29cb9d (diff) |
python/lxml: Updated for version 3.7.2
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'python/lxml/lxml.SlackBuild')
-rw-r--r-- | python/lxml/lxml.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/lxml/lxml.SlackBuild b/python/lxml/lxml.SlackBuild index be42dbbb89729..dcf07f62ffe8a 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} |