diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-08-30 19:20:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:37 +0700 |
commit | 7986599961be773f22bac2d401be5f7a2b5886f0 (patch) | |
tree | 035682a2fb00a6ef6816a4481c1af52fca421423 /python/python3-distlib/python3-distlib.SlackBuild | |
parent | 93ffe045ce7155da6e80befcbb3331994c5dad98 (diff) |
python/python3-distlib: Updated for version 0.3.7.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-distlib/python3-distlib.SlackBuild')
-rw-r--r-- | python/python3-distlib/python3-distlib.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-distlib/python3-distlib.SlackBuild b/python/python3-distlib/python3-distlib.SlackBuild index a018d35890..7262cf8833 100644 --- a/python/python3-distlib/python3-distlib.SlackBuild +++ b/python/python3-distlib/python3-distlib.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for python3-distlib # Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.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-distlib -VERSION=${VERSION:-0.3.6} +VERSION=${VERSION:-0.3.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |