diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 13:07:03 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:40 +0700 |
commit | e45e7eb45b55c49059a27e39241928ea9ef9b2a3 (patch) | |
tree | e3114f16d158b77622876c1514000e45c336199c /python/python3-build/python3-build.SlackBuild | |
parent | 48f94b5a32a00c5062dc18a49d35d506eaa980ce (diff) |
python/python3-build: Updated for version 1.2.2.post1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-build/python3-build.SlackBuild')
-rw-r--r-- | python/python3-build/python3-build.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-build/python3-build.SlackBuild b/python/python3-build/python3-build.SlackBuild index 83f672a6ff..2070a1a9be 100644 --- a/python/python3-build/python3-build.SlackBuild +++ b/python/python3-build/python3-build.SlackBuild @@ -31,7 +31,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-build SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.2.2.post1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |