aboutsummaryrefslogtreecommitdiff
path: root/system/redis-py/redis-py.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-08-16 13:47:12 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-17 19:51:50 +0700
commit99bbc5c4140d302f73c301cc4066a0d9857d09e2 (patch)
tree11a02a1e599431d9b730a20794459344d5eea2d0 /system/redis-py/redis-py.SlackBuild
parent6f52849f63d034dd4932ea05626cb48707941c1f (diff)
system/redis-py: updated for version 5.0.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/redis-py/redis-py.SlackBuild')
-rw-r--r--system/redis-py/redis-py.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/redis-py/redis-py.SlackBuild b/system/redis-py/redis-py.SlackBuild
index e1e1ac730b..2d79642298 100644
--- a/system/redis-py/redis-py.SlackBuild
+++ b/system/redis-py/redis-py.SlackBuild
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=redis-py
-VERSION=${VERSION:-4.6.0}
+VERSION=${VERSION:-5.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}