Explorar el Código

package/redis: Bump to version 4.0.10

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Titouan Christophe hace 5 años
padre
commit
f3b058ddb1
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2 1
      package/redis/redis.hash
  2. 1 1
      package/redis/redis.mk

+ 2 - 1
package/redis/redis.hash

@@ -1,4 +1,5 @@
 # From https://github.com/antirez/redis-hashes/blob/master/README
-sha256 98c4254ae1be4e452aa7884245471501c9aa657993e0318d88f048093e7f88fd  redis-3.2.12.tar.gz
+sha256 1db67435a704f8d18aec9b9637b373c34aa233d65b6e174bdac4c1b161f38ca4  redis-4.0.10.tar.gz
+
 # Locally calculated
 sha256 cbf420a3672475a6e2765e3c0984c1f81efe0212afb94a3c998ee63bfd661063  COPYING

+ 1 - 1
package/redis/redis.mk

@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-REDIS_VERSION = 3.2.12
+REDIS_VERSION = 4.0.10
 REDIS_SITE = http://download.redis.io/releases
 REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
 REDIS_LICENSE_FILES = COPYING