diff options
author | Arn0 <yth@ythogtha.org> | 2025-02-06 22:43:03 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-07 07:40:35 +0700 |
commit | 67ea0fea84f6df8629d3f3ef6b45c40f111473fc (patch) | |
tree | 249029cfa533187a12913594f06db8dd0e93120b /python/python3-dnspython/python3-dnspython.SlackBuild | |
parent | 356f8d36af534c4245b6deacdffff3a757f9b40f (diff) |
python/python3-dnspython: updated for version 2.7.0
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 34da9319d5..a6a8efbaac 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.6.1} +VERSION=${VERSION:-2.7.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |