aboutsummaryrefslogtreecommitdiff
path: root/system/redis/redis.SlackBuild
diff options
context:
space:
mode:
authorArn0 <yth@ythogtha.org>2023-11-06 15:07:49 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-11-11 08:08:32 +0700
commit229a27af763115a0e0ff1eaf383870c166f0f2d6 (patch)
treed9a002af0cb4194aa4cdef4ebc8b470870ea6049 /system/redis/redis.SlackBuild
parent283da018297efa0186c19389e2994acd3f1700d8 (diff)
system/redis: Updated for version 7.2.3.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/redis/redis.SlackBuild')
-rw-r--r--system/redis/redis.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild
index f32a0b0f7ff10..0155ee89b2910 100644
--- a/system/redis/redis.SlackBuild
+++ b/system/redis/redis.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=redis
-VERSION=${VERSION:-7.2.2}
+VERSION=${VERSION:-7.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}