diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-10-29 22:45:23 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-02 19:28:26 +0700 |
commit | 1dbb8b94b984f89ba964e393a3880426bbac2385 (patch) | |
tree | 135f5e8d5acbb630fe78051833ede911dff9d93d /python/python3-distlib/python3-distlib.SlackBuild | |
parent | 04a550c968c4cfe004915344fa6231d10b5c9e0e (diff) |
python/python3-distlib: Version bump to 0.3.9
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-distlib/python3-distlib.SlackBuild b/python/python3-distlib/python3-distlib.SlackBuild index 1a8bdec153..1a538e2ab4 100644 --- a/python/python3-distlib/python3-distlib.SlackBuild +++ b/python/python3-distlib/python3-distlib.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for python3-distlib # Copyright 2023 Isaac Yu <isaacyu1@isaacyu1.com> -# Copyright 2023 Jeremy Hansen <jebrhansen+SBo@gmail.com> +# Copyright 2023-2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-distlib -VERSION=${VERSION:-0.3.8} +VERSION=${VERSION:-0.3.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |