diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-02-21 01:33:47 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-23 01:48:10 +0700 |
commit | 6c3c0acf96fae7910b84c551f893f478cc4e2411 (patch) | |
tree | d4ad9a0a0b0429231324812f2e5b602f75025ed7 /python/python3-defusedxml/python3-defusedxml.SlackBuild | |
parent | a367bdedc2a8e4a7d597db7e421c23fd6454441e (diff) |
python/python3-defusedxml: Updated for version 0.7.1 (+new maintainer)
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-defusedxml/python3-defusedxml.SlackBuild')
-rw-r--r-- | python/python3-defusedxml/python3-defusedxml.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-defusedxml/python3-defusedxml.SlackBuild b/python/python3-defusedxml/python3-defusedxml.SlackBuild index 928eb893e407..7f6c63e603ea 100644 --- a/python/python3-defusedxml/python3-defusedxml.SlackBuild +++ b/python/python3-defusedxml/python3-defusedxml.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-defusedxml # Copyright 2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2022 Isaac Yu <isaacyu1@isaacyu1.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-defusedxml -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |