[Buildroot] [PATCH] [PATCH 1/1] package/redis: bump to v8.4.0
Titouan Christophe
titouan.christophe at mind.be
Wed Dec 17 22:37:50 UTC 2025
See the release notes: https://github.com/redis/redis/blob/8.4.0/00-RELEASENOTES
Signed-off-by: Titouan Christophe <titouan.christophe at mind.be>
---
package/redis/redis.hash | 2 +-
package/redis/redis.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/redis/redis.hash b/package/redis/redis.hash
index f9c70c469f..1ac1b1764d 100644
--- a/package/redis/redis.hash
+++ b/package/redis/redis.hash
@@ -1,5 +1,5 @@
# From https://github.com/redis/redis-hashes/blob/master/README
-sha256 d88f2361fdf3a3a8668fe5753e29915566109dca07b4cb036427ea6dc7783671 redis-8.2.3.tar.gz
+sha256 ca909aa15252f2ecb3a048cd086469827d636bf8334f50bb94d03fba4bfc56e8 redis-8.4.0.tar.gz
# Locally calculated
sha256 4a0e416b9537688f30dfe69ddaceb2ca64d96b7df02a0a6760d376890ddc4e40 LICENSE.txt
diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index c8073407b9..36a13a34ef 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -4,7 +4,7 @@
#
################################################################################
-REDIS_VERSION = 8.2.3
+REDIS_VERSION = 8.4.0
REDIS_SITE = http://download.redis.io/releases
REDIS_LICENSE = \
AGPL-3.0 or SSPL-1.0 or RSAL-2.0 (core); \
--
2.51.0
More information about the buildroot
mailing list