diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-08-23 10:30:36 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-24 11:55:20 +0700 |
commit | d5a3645cb9cef69a2bf43eb9a830887d41b761d2 (patch) | |
tree | a53a5152e36606715feb3f4d7ee483b92be7a236 /python/python3-cachetools | |
parent | a085090b5e282af636eb7885ea72358a5e7e0502 (diff) |
python/python3-cachetools: Updated for version 5.5.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-cachetools')
-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 7e9725e682..6387674289 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.4.0} +VERSION=${VERSION:-5.5.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 d72cb5e380..b3b1cd8a06 100644 --- a/python/python3-cachetools/python3-cachetools.info +++ b/python/python3-cachetools/python3-cachetools.info @@ -1,8 +1,8 @@ PRGNAM="python3-cachetools" -VERSION="5.4.0" +VERSION="5.5.0" HOMEPAGE="https://github.com/tkem/cachetools" -DOWNLOAD="https://github.com/tkem/cachetools/archive/refs/tags/v5.4.0/cachetools-5.4.0.tar.gz" -MD5SUM="a0c682df462b182a0208b4dc4fc7b605" +DOWNLOAD="https://github.com/tkem/cachetools/archive/refs/tags/v5.5.0/cachetools-5.5.0.tar.gz" +MD5SUM="2085804e291965b6d390f52d4000d479" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |