diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2024-11-19 19:18:11 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 10:50:47 +0700 |
commit | f6fd4da7d3e4a4063440668462d05bd87ac573b6 (patch) | |
tree | 324ed5a873168e71861f7e7a61d8815eff666b9d /python/python3-requests-cache/python3-requests-cache.SlackBuild | |
parent | cdfa19066eb522a711a05bd62187893e1adf9739 (diff) |
python/python3-requests-cache: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-requests-cache/python3-requests-cache.SlackBuild')
-rw-r--r-- | python/python3-requests-cache/python3-requests-cache.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-requests-cache/python3-requests-cache.SlackBuild b/python/python3-requests-cache/python3-requests-cache.SlackBuild index 1e45003332..73cc2aaaab 100644 --- a/python/python3-requests-cache/python3-requests-cache.SlackBuild +++ b/python/python3-requests-cache/python3-requests-cache.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-requests-cache SRCNAM=requests_cache -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |