bump(main/redis): 8.4.0

This commit is contained in:
termux-pacman-bot
2025-11-19 14:40:29 +00:00
parent 8cbea5d2df
commit 6ff8a0f75c
2 changed files with 14 additions and 2 deletions

View File

@@ -2,9 +2,9 @@ TERMUX_PKG_HOMEPAGE=https://redis.io/
TERMUX_PKG_DESCRIPTION="In-memory data structure store used as a database, cache and message broker"
TERMUX_PKG_LICENSE="AGPL-V3"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1:8.2.3"
TERMUX_PKG_VERSION="1:8.4.0"
TERMUX_PKG_SRCURL=https://download.redis.io/releases/redis-${TERMUX_PKG_VERSION:2}.tar.gz
TERMUX_PKG_SHA256=d88f2361fdf3a3a8668fe5753e29915566109dca07b4cb036427ea6dc7783671
TERMUX_PKG_SHA256=ca909aa15252f2ecb3a048cd086469827d636bf8334f50bb94d03fba4bfc56e8
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libandroid-execinfo, libandroid-glob"
TERMUX_PKG_BUILD_IN_SRC=true

View File

@@ -0,0 +1,12 @@
--- a/tests/modules/Makefile
+++ b/tests/modules/Makefile
@@ -29,8 +29,7 @@
# tough we want to keep the compiler as clang as MSan is not supported for gcc
ifeq ($(uname_S),Linux)
ifneq ($(SANITIZER),memory)
- LD = gcc
- CC = gcc
+ LD = $(CC)
endif
endif