diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2025-04-17 11:42:23 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-04-19 23:05:53 +0700 |
commit | e8242527075971229059432433a37528b30ef41f (patch) | |
tree | 68c46fddf1afba7cf293dd9e7007e378fbe26245 /python | |
parent | 3fa77a4460acf2faa783f663891f49f42f035f99 (diff) |
python/python3-calver: Updated for version 2025.4.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-calver/python3-calver.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-calver/python3-calver.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-calver/python3-calver.SlackBuild b/python/python3-calver/python3-calver.SlackBuild index a4ff197909..06d94de3bc 100644 --- a/python/python3-calver/python3-calver.SlackBuild +++ b/python/python3-calver/python3-calver.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-calver SRCNAM=${PRGNAM#python3-*} -VERSION=${VERSION:-2025.4.2} +VERSION=${VERSION:-2025.4.17} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-calver/python3-calver.info b/python/python3-calver/python3-calver.info index 41fbe4aea9..b4b2b9578d 100644 --- a/python/python3-calver/python3-calver.info +++ b/python/python3-calver/python3-calver.info @@ -1,8 +1,8 @@ PRGNAM="python3-calver" -VERSION="2025.4.2" +VERSION="2025.4.17" HOMEPAGE="https://github.com/di/calver" -DOWNLOAD="https://files.pythonhosted.org/packages/source/c/calver/calver-2025.4.2.tar.gz" -MD5SUM="7cbfbba205f828267027a41dd7594ed9" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/calver/calver-2025.4.17.tar.gz" +MD5SUM="b02f51c61083eb5bd1b84218ec2fffd3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" |