diff mbox

redis: bump to version 2.6.16

Message ID 1381308425.20719.1.camel@phoenix
State Accepted
Commit badc3196a206282966e2104c29c2f4f698375971
Headers show

Commit Message

Axel Lin Oct. 9, 2013, 8:47 a.m. UTC
The Redis project home page moved to redis.io, thus also update the download
url accordingly.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 package/redis/redis.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Peter Korsgaard Oct. 9, 2013, 8:19 p.m. UTC | #1
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:

 Axel> The Redis project home page moved to redis.io, thus also update
 Axel> the download url accordingly.

 Axel> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index 8b4e900..6974a35 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