diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2025-06-17 17:10:25 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-06-21 08:55:37 +0700 |
commit | 83b19474c3efec023e4b7dfd68a8c978b0d2213f (patch) | |
tree | 6c933231a12274209c1f48bc41633fa253dd3965 | |
parent | 64cc2aeebfdd5a6c3a226357e8a52ca8ef899583 (diff) |
python/python3-cachetools: Version bump to 6.1.0
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 ecd3fba369..d7f595c930 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:-6.0.0} +VERSION=${VERSION:-6.1.0} 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 7ee6a65390..000abf3ea5 100644 --- a/python/python3-cachetools/python3-cachetools.info +++ b/python/python3-cachetools/python3-cachetools.info @@ -1,8 +1,8 @@ PRGNAM="python3-cachetools" -VERSION="6.0.0" +VERSION="6.1.0" HOMEPAGE="https://github.com/tkem/cachetools" -DOWNLOAD="https://github.com/tkem/cachetools/archive/refs/tags/v6.0.0/cachetools-6.0.0.tar.gz" -MD5SUM="633ce3f2ea6925632771d1c800abe54d" +DOWNLOAD="https://github.com/tkem/cachetools/archive/refs/tags/v6.1.0/cachetools-6.1.0.tar.gz" +MD5SUM="d90c3e04015af8e2b4246f0295e61f56" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |