summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Audrius Kažukauskas2013-12-31 20:25:37 +0100
committer Erik Hanson2013-12-31 20:25:37 +0100
commitcb10c1ac55dd16edb9b052d6b80abd1012568000 (patch)
treec61d42f777e95e8b411df23005e55f5aef990197 /system
parentd09f0fa6d72a5838cac2b73ac870efa7621c35de (diff)
downloadslackbuilds-cb10c1ac55dd16edb9b052d6b80abd1012568000.tar.gz
system/redis: Updated for version 2.8.3.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/redis/redis.SlackBuild4
-rw-r--r--system/redis/redis.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/redis/redis.SlackBuild b/system/redis/redis.SlackBuild
index 6fe7616457..38e3185845 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:-2.6.14}
+VERSION=${VERSION:-2.8.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -96,7 +96,7 @@ install -D -m 0644 redis.conf $PKG/etc/redis.conf.new
sed -i \
-e 's|^daemonize no|daemonize yes|' \
-e 's|^dir \.|dir /var/lib/redis|' \
- -e 's|^logfile stdout|logfile /var/log/redis.log|' \
+ -e 's|^logfile ""|logfile /var/log/redis.log|' \
-e 's|^# bind 127.0.0.1|bind 127.0.0.1|' \
$PKG/etc/redis.conf.new
diff --git a/system/redis/redis.info b/system/redis/redis.info
index 44267af56c..387b56620c 100644
--- a/system/redis/redis.info
+++ b/system/redis/redis.info
@@ -1,8 +1,8 @@
PRGNAM="redis"
-VERSION="2.6.14"
+VERSION="2.8.3"
HOMEPAGE="http://redis.io/"
-DOWNLOAD="http://redis.googlecode.com/files/redis-2.6.14.tar.gz"
-MD5SUM="02e0c06e953413017ff64862953e2756"
+DOWNLOAD="http://download.redis.io/releases/redis-2.8.3.tar.gz"
+MD5SUM="6327e6786130b556b048beef0edbdfa7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""