diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2015-01-21 09:21:42 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2015-01-23 16:45:38 +0100 |
commit | d226500192dcac84e5fdeba6867ee51ceb402c4c (patch) | |
tree | ffb853bbf5d781b3d5a94d3a6a9306307a66c06d /package/redis/redis.mk | |
parent | 9a4d760e1b0d3e4ff81f855486668952a20701df (diff) | |
download | buildroot-d226500192dcac84e5fdeba6867ee51ceb402c4c.tar.gz buildroot-d226500192dcac84e5fdeba6867ee51ceb402c4c.zip |
redis: bump to version 2.8.19
Add hash file.
Drop redis-002-lua-AR.patch (upstream).
Rename patches to new naming convention.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/redis/redis.mk')
-rw-r--r-- | package/redis/redis.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/redis/redis.mk b/package/redis/redis.mk index 00490e72e0..4cad06147c 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -4,7 +4,7 @@ # ################################################################################ -REDIS_VERSION = 2.6.17 +REDIS_VERSION = 2.8.19 REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING |