diff options
author | Arn0 <yth@ythogtha.org> | 2025-05-14 12:04:42 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-05-15 14:02:25 +0700 |
commit | 8aecd7aa8b4c696e7a7d4bbdc465fdf3393272f9 (patch) | |
tree | 8285f6376c1d34465e6c92100f54480fed23ae10 /system/redis/redis.SlackBuild | |
parent | a8ff5768d07875294fcde70ece8ad7fb5b5f1cef (diff) |
system/redis: updated for version 8.0.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/redis/redis.SlackBuild')
-rw-r--r-- | system/redis/redis.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild index be52eff7ca..1b5aa01b36 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.4.3} +VERSION=${VERSION:-8.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |