diff options
author | Arn0 <yth@ythogtha.org> | 2024-01-20 14:49:24 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-24 08:40:11 +0700 |
commit | dc150fa5289dff06453558a5f8ba788007312c5d (patch) | |
tree | c9e16a52dcab4e0f254f8d61f5304fd675880d98 /python/python3-dnspython/python3-dnspython.SlackBuild | |
parent | 7591d2d6f45e2654e1457d5a3c9678b0ae19c183 (diff) |
python/python3-dnspython: updated for version 2.5.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 8efd2d7659..2a0f6e27c3 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.4.2} +VERSION=${VERSION:-2.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |