diff options
author | Arn0 <yth@ythogtha.org> | 2024-02-21 09:22:08 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:44 +0700 |
commit | 0a549b20cd09f0a1160ec34d4451bed33f02a506 (patch) | |
tree | 6b947bfed5cb6d73c06ec7f5b8a58b07e2a9cf89 /python/python3-dnspython/python3-dnspython.SlackBuild | |
parent | 98d105cb4f88652c6c1c9ae899b35136a936ee2b (diff) |
python/python3-dnspython: updated for version 2.6.1
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-dnspython/python3-dnspython.SlackBuild')
-rw-r--r-- | python/python3-dnspython/python3-dnspython.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-dnspython/python3-dnspython.SlackBuild b/python/python3-dnspython/python3-dnspython.SlackBuild index 2a0f6e27c3..8b754254a7 100644 --- a/python/python3-dnspython/python3-dnspython.SlackBuild +++ b/python/python3-dnspython/python3-dnspython.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-dnspython SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2.5.0} +VERSION=${VERSION:-2.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |