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 | |
parent | 48f94b5a32a00c5062dc18a49d35d506eaa980ce (diff) |
python/python3-build: Updated for version 1.2.2.post1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-build/python3-build.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-build/python3-build.info | 6 |
2 files changed, 4 insertions, 4 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} diff --git a/python/python3-build/python3-build.info b/python/python3-build/python3-build.info index 8aa62b3214..465bf58a69 100644 --- a/python/python3-build/python3-build.info +++ b/python/python3-build/python3-build.info @@ -1,8 +1,8 @@ PRGNAM="python3-build" -VERSION="1.2.2" +VERSION="1.2.2.post1" HOMEPAGE="https://github.com/pypa/build" -DOWNLOAD="https://files.pythonhosted.org/packages/source/b/build/build-1.2.2.tar.gz" -MD5SUM="f80cc64db8e7fd8f8403a5e8a0562d4d" +DOWNLOAD="https://files.pythonhosted.org/packages/source/b/build/build-1.2.2.post1.tar.gz" +MD5SUM="5492ba887b363f483d64a11bbec0c34a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-pyproject-hooks" |