diff options
author | Arn0 <yth@ythogtha.org> | 2022-10-04 20:37:19 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:53 +0700 |
commit | c55eb8bdcaa98beabad847b952182d0243c5c095 (patch) | |
tree | d1fa2eea028f4ccc9c226764188a7933080bc64e /system/redis/redis.SlackBuild | |
parent | 8cc11af82bc52da28a3cd3626b7bd146804e9ac2 (diff) |
system/redis: Updated for version 7.0.5.
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.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild index 82295979d5fd6..e4dcb3cf26d11 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.0.4} +VERSION=${VERSION:-7.0.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |