From 413f70d9c506fea574f02168dfc87f797a28cc51 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Fri, 4 Jul 2025 16:23:28 +0100 Subject: [PATCH] hiredis: update to 1.3.0 See https://github.com/redis/hiredis/releases/tag/v1.3.0 Signed-off-by: Daniel Golle --- libs/hiredis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/hiredis/Makefile b/libs/hiredis/Makefile index f046768291..62e75a4cd2 100644 --- a/libs/hiredis/Makefile +++ b/libs/hiredis/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hiredis -PKG_VERSION:=1.2.0 +PKG_VERSION:=1.3.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/redis/hiredis/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=82ad632d31ee05da13b537c124f819eb88e18851d9cb0c30ae0552084811588c +PKG_HASH:=25cee4500f359cf5cad3b51ed62059aadfc0939b05150c1f19c7e2829123631c PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING