From b54b8c23b645817a3afd728ec45c60da33be473b Mon Sep 17 00:00:00 2001 From: Audrius Kažukauskas Date: Sun, 3 Sep 2017 15:37:47 +0300 Subject: system/redis: Updated for version 4.0.1. Signed-off-by: Audrius Kažukauskas --- system/redis/redis.SlackBuild | 5 ++--- system/redis/redis.info | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'system/redis') diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild index a8d705b197..787f721bf4 100644 --- a/system/redis/redis.SlackBuild +++ b/system/redis/redis.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=redis -VERSION=${VERSION:-3.2.9} +VERSION=${VERSION:-4.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -55,7 +55,7 @@ else LIBDIRSUFFIX="" fi -set -eu +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT @@ -87,7 +87,6 @@ sed -i \ -e 's|^daemonize no|daemonize yes|' \ -e 's|^dir \.|dir /var/lib/redis|' \ -e 's|^logfile ""|logfile /var/log/redis/redis.log|' \ - -e 's|^# bind 127.0.0.1$|bind 127.0.0.1|' \ $PKG/etc/redis/redis.conf.new install -D -m 0644 sentinel.conf $PKG/etc/redis/sentinel.conf.new diff --git a/system/redis/redis.info b/system/redis/redis.info index f147dab5ac..0461e9af17 100644 --- a/system/redis/redis.info +++ b/system/redis/redis.info @@ -1,8 +1,8 @@ PRGNAM="redis" -VERSION="3.2.9" +VERSION="4.0.1" HOMEPAGE="https://redis.io/" -DOWNLOAD="http://download.redis.io/releases/redis-3.2.9.tar.gz" -MD5SUM="3d0a35985b4414c9376b6bcda0ef72ae" +DOWNLOAD="http://download.redis.io/releases/redis-4.0.1.tar.gz" +MD5SUM="26d17312b3fb4d0ac9cecda886d00421" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3