system/redis: Updated for version 2.8.17.

Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
Audrius Kažukauskas 2014-10-12 16:24:52 +03:00 committed by Willy Sudiarto Raharjo
parent 028822446c
commit e80baef0bc
2 changed files with 5 additions and 5 deletions

View file

@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=redis
VERSION=${VERSION:-2.8.8}
VERSION=${VERSION:-2.8.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,7 +68,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Use our CFLAGS.
sed -i "s|-O3||" deps/Makefile deps/hiredis/Makefile

View file

@ -1,8 +1,8 @@
PRGNAM="redis"
VERSION="2.8.8"
VERSION="2.8.17"
HOMEPAGE="http://redis.io/"
DOWNLOAD="http://download.redis.io/releases/redis-2.8.8.tar.gz"
MD5SUM="f3af82ca88b9d84c81d0b77614d07426"
DOWNLOAD="http://download.redis.io/releases/redis-2.8.17.tar.gz"
MD5SUM="69023c3005664602268a5e2dbe23425c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""