diff options
author | Arn0 <yth@ythogtha.org> | 2023-08-16 13:45:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-17 19:50:42 +0700 |
commit | 6c22eb4fb064295b34affd1a6257e419d28c9cb1 (patch) | |
tree | a79da02b57a2e80f8352aa2632c9bfbae646dbea /python/python3-dnspython/python3-dnspython.SlackBuild | |
parent | fdc9ee3eb7d08fe891038046732583ccdc7e1a95 (diff) |
python/python3-dnspython: updated for version 2.4.2
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 6d3a41c987..8efd2d7659 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.1} +VERSION=${VERSION:-2.4.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |