diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-04-01 16:06:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-04 10:43:18 +0700 |
commit | 078b5d384f4ec17b2f17cdc86ec224f205f37f25 (patch) | |
tree | 7052d6370849e2e9b7d5bfe57ed94d17bb9b87d3 /python/python3-lxml/python3-lxml.SlackBuild | |
parent | 6909880204ad0f86d40c4a92e72d6b66b01c32d5 (diff) |
python/python3-lxml: Version bump to 5.1.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-lxml/python3-lxml.SlackBuild')
-rw-r--r-- | python/python3-lxml/python3-lxml.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-lxml/python3-lxml.SlackBuild b/python/python3-lxml/python3-lxml.SlackBuild index db60947217..85f1914cd5 100644 --- a/python/python3-lxml/python3-lxml.SlackBuild +++ b/python/python3-lxml/python3-lxml.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-lxml SRCNAM=lxml -VERSION=${VERSION:-5.1.0} +VERSION=${VERSION:-5.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |