diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2016-12-18 10:43:51 -0300 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-12-18 21:30:29 +0100 |
commit | 4be266220ad766ef43c811b61344eb7d135af241 (patch) | |
tree | 2e65aa91c63c7dd06155d19adcdb156be0530700 /package/redis/redis.mk | |
parent | ad446bb3774b2474ce215f823308bfa1c16ccaa9 (diff) | |
download | buildroot-4be266220ad766ef43c811b61344eb7d135af241.tar.gz buildroot-4be266220ad766ef43c811b61344eb7d135af241.zip |
redis: bump to version 3.2.6
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 3b70991b48..0b07d18bd3 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -4,7 +4,7 @@ # ################################################################################ -REDIS_VERSION = 3.2.5 +REDIS_VERSION = 3.2.6 REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = BSD-3c (core); MIT and BSD family licenses (Bundled components) REDIS_LICENSE_FILES = COPYING |