From: Axel Lin Date: Wed, 9 Oct 2013 08:47:05 +0000 (+0800) Subject: redis: bump to version 2.6.16 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=badc3196a206282966e2104c29c2f4f698375971;p=buildroot.git redis: bump to version 2.6.16 The Redis project home page moved to redis.io, thus also update the download url accordingly. Signed-off-by: Axel Lin Signed-off-by: Peter Korsgaard --- diff --git a/package/redis/redis.mk b/package/redis/redis.mk index 8b4e900f07..6974a3553b 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -4,8 +4,8 @@ # ################################################################################ -REDIS_VERSION = 2.6.11 -REDIS_SITE = http://redis.googlecode.com/files +REDIS_VERSION = 2.6.16 +REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING