* [Buildroot] [PATCH next] redis: bump version to 3.2.9
@ 2017-05-18 10:32 Vicente Olivert Riera
2017-05-19 13:27 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Vicente Olivert Riera @ 2017-05-18 10:32 UTC (permalink / raw)
To: buildroot
Remove sha1 hash. Upstream provides now a sha256 hash.
Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
---
package/redis/redis.hash | 4 +---
package/redis/redis.mk | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/package/redis/redis.hash b/package/redis/redis.hash
index 3cd86470b..2eef91cc0 100644
--- a/package/redis/redis.hash
+++ b/package/redis/redis.hash
@@ -1,4 +1,2 @@
# From https://github.com/antirez/redis-hashes/blob/master/README
-sha1 6780d1abb66f33a97aad0edbe020403d0a15b67f redis-3.2.8.tar.gz
-# Calculated based on the hash above
-sha256 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c redis-3.2.8.tar.gz
+sha256 6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26 redis-3.2.9.tar.gz
diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index 3f4956cf3..67e9e7e8c 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -4,7 +4,7 @@
#
################################################################################
-REDIS_VERSION = 3.2.8
+REDIS_VERSION = 3.2.9
REDIS_SITE = http://download.redis.io/releases
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
REDIS_LICENSE_FILES = COPYING
--
2.13.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-05-19 13:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-18 10:32 [Buildroot] [PATCH next] redis: bump version to 3.2.9 Vicente Olivert Riera
2017-05-19 13:27 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox