diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-14 23:52:02 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-17 12:22:50 +0700 |
commit | c36a007dba445f418cddad0a2cbee4de48d5c8f9 (patch) | |
tree | 8dda33f897350ff3c13514fea92b258bc9d8bd71 /python/python3-lxml/python3-lxml.SlackBuild | |
parent | ab3f9d74fd7118c0d57a18eb9f0edfff9f7da5de (diff) |
python/python3-lxml: Version bump to 5.3.0
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 7bac1b51ba..21c7158367 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.2.2} +VERSION=${VERSION:-5.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |