summaryrefslogtreecommitdiff
path: root/redis
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2016-05-10 00:59:14 +0200
committerThomas Penteker <tek@serverop.de>2016-05-10 00:59:14 +0200
commit37ca38bbb123d86e4999ea9262ab152d355b450a (patch)
tree238521b18ab6b51f604100e620e25a8e75feb5a1 /redis
parent67275536ead5b737126e07777d58fe9bb513df89 (diff)
downloadcontrib-37ca38bbb123d86e4999ea9262ab152d355b450a.tar.gz
contrib-37ca38bbb123d86e4999ea9262ab152d355b450a.tar.xz
redis: 2.8.9 -> 3.2.0
Diffstat (limited to 'redis')
-rw-r--r--redis/.footprint3
-rw-r--r--redis/.md5sum2
-rw-r--r--redis/Pkgfile4
3 files changed, 5 insertions, 4 deletions
diff --git a/redis/.footprint b/redis/.footprint
index 9ab155b76..5493b485c 100644
--- a/redis/.footprint
+++ b/redis/.footprint
@@ -6,8 +6,9 @@ drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/redis-benchmark
-rwxr-xr-x root/root usr/bin/redis-check-aof
--rwxr-xr-x root/root usr/bin/redis-check-dump
+-rwxr-xr-x root/root usr/bin/redis-check-rdb
-rwxr-xr-x root/root usr/bin/redis-cli
+lrwxrwxrwx root/root usr/bin/redis-sentinel -> redis-server
-rwxr-xr-x root/root usr/bin/redis-server
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
diff --git a/redis/.md5sum b/redis/.md5sum
index 84acca9c4..5f6bfda6d 100644
--- a/redis/.md5sum
+++ b/redis/.md5sum
@@ -1,3 +1,3 @@
-3c106b0f1128dc930684e2da88b2a03d redis-2.8.9.tar.gz
+9ec99ff912f35946fdb56fe273140483 redis-3.2.0.tar.gz
099f5300796be21e171de1198971b73c redis.conf
e513f048a3f9f3e8a6c9b69c990b3d3c redis.rc
diff --git a/redis/Pkgfile b/redis/Pkgfile
index 82622fcf7..4fd8f38a6 100644
--- a/redis/Pkgfile
+++ b/redis/Pkgfile
@@ -5,8 +5,8 @@
# Depends on:
name=redis
-version=2.8.9
-release=2
+version=3.2.0
+release=1
source=(
http://download.redis.io/releases/$name-$version.tar.gz
redis.conf

Generated by cgit