diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-02-21 07:55:02 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-02-22 10:01:30 +0700 |
commit | 0735660b6e87a5ac012fc19b7c7b7e1546a61ab0 (patch) | |
tree | 8b063028841b20e76331ea1d512a50a2f3be5611 | |
parent | 71d23f462fd194709a71b5ab86a5789b91019bc5 (diff) |
python/python3-cachetools: Version bump to 5.5.2
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-cachetools/python3-cachetools.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-cachetools/python3-cachetools.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-cachetools/python3-cachetools.SlackBuild b/python/python3-cachetools/python3-cachetools.SlackBuild index ad32ffde07..f6d81fdf5b 100644 --- a/python/python3-cachetools/python3-cachetools.SlackBuild +++ b/python/python3-cachetools/python3-cachetools.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-cachetools -VERSION=${VERSION:-5.5.1} +VERSION=${VERSION:-5.5.2} SRCNAM=${SRCNAM:-cachetools} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python3-cachetools/python3-cachetools.info b/python/python3-cachetools/python3-cachetools.info index 771cef2379..f8c2b18a0b 100644 --- a/python/python3-cachetools/python3-cachetools.info +++ b/python/python3-cachetools/python3-cachetools.info @@ -1,8 +1,8 @@ PRGNAM="python3-cachetools" -VERSION="5.5.1" +VERSION="5.5.2" HOMEPAGE="https://github.com/tkem/cachetools" -DOWNLOAD="https://github.com/tkem/cachetools/archive/refs/tags/v5.5.1/cachetools-5.5.1.tar.gz" -MD5SUM="ef739fbf0212705023a41d5a93a019d8" +DOWNLOAD="https://github.com/tkem/cachetools/archive/refs/tags/v5.5.2/cachetools-5.5.2.tar.gz" +MD5SUM="6a463f430a7f5961eed382304ae0d927" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |