diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-11-08 11:41:31 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-16 16:41:11 +0700 |
commit | 809f5f87972c6de826ba87ac7c39e9186d9bf66f (patch) | |
tree | 98309b9e2d41a1f8960b8ea68c49869dd8f1c36e /python | |
parent | 31f9e2a4cbaaddd767efc117954c4b3b413d3633 (diff) |
python/python3-cachecontrol: Version bump to 0.14.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-cachecontrol/python3-cachecontrol.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-cachecontrol/python3-cachecontrol.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-cachecontrol/python3-cachecontrol.SlackBuild b/python/python3-cachecontrol/python3-cachecontrol.SlackBuild index 2548b699f257..f65bd264a304 100644 --- a/python/python3-cachecontrol/python3-cachecontrol.SlackBuild +++ b/python/python3-cachecontrol/python3-cachecontrol.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cachecontrol -VERSION=${VERSION:-0.14.0} +VERSION=${VERSION:-0.14.1} SRCNAM=${SRCNAM:-cachecontrol} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-cachecontrol/python3-cachecontrol.info b/python/python3-cachecontrol/python3-cachecontrol.info index cda3ea478e1b..dd9e75d2c5a6 100644 --- a/python/python3-cachecontrol/python3-cachecontrol.info +++ b/python/python3-cachecontrol/python3-cachecontrol.info @@ -1,8 +1,8 @@ PRGNAM="python3-cachecontrol" -VERSION="0.14.0" +VERSION="0.14.1" HOMEPAGE="https://github.com/psf/cachecontrol" -DOWNLOAD="https://github.com/psf/cachecontrol/archive/refs/tags/v0.14.0/cachecontrol-0.14.0.tar.gz" -MD5SUM="221272755063d3827de22e430ad842e6" +DOWNLOAD="https://github.com/psf/cachecontrol/archive/refs/tags/v0.14.1/cachecontrol-0.14.1.tar.gz" +MD5SUM="45653219350d671d80fb24d8de11f7cc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-build msgpack-python" |