From 37ca38bbb123d86e4999ea9262ab152d355b450a Mon Sep 17 00:00:00 2001 From: Thomas Penteker Date: Tue, 10 May 2016 00:59:14 +0200 Subject: [PATCH] redis: 2.8.9 -> 3.2.0 --- redis/.footprint | 3 ++- redis/.md5sum | 2 +- redis/Pkgfile | 4 ++-- 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