diff options
author | Arn0 <yth@ythogtha.org> | 2022-04-15 11:30:09 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:52:09 +0700 |
commit | 547b2505ff665fa204195a0de5708478b70e168e (patch) | |
tree | 9c0e45ce43e0f627bbcec862b1e89b7300ca88bb /system/redis/redis.SlackBuild | |
parent | ebfdfcb8a91371d9902fc477facbb0b1d1b45c94 (diff) |
system/redis: updated for version 6.2.6, new maintainer
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/redis/redis.SlackBuild')
-rw-r--r-- | system/redis/redis.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild index a02e327f6d..bae2a29495 100644 --- a/system/redis/redis.SlackBuild +++ b/system/redis/redis.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for redis +# Copyright 2022 Yth | Pont-en-Royans, France | yth@ythogtha.org # Copyright 2010 Kuroi Kenshi <kuroi_kenshi96@yahoo.com> # Copyright 2012-2018 Audrius Kažukauskas <audrius@neutrino.lt> # All rights reserved. @@ -26,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=redis -VERSION=${VERSION:-4.0.9} +VERSION=${VERSION:-6.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |