summaryrefslogtreecommitdiffstats
path: root/system/redis
diff options
context:
space:
mode:
Diffstat (limited to 'system/redis')
-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=""