From 617b1b08dfcd17552cc8b703b4cd7a08b60488a0 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 7 Jun 2020 18:53:30 +0100 Subject: [PATCH] hiredis: update to version 0.14.1 Signed-off-by: Daniel Golle --- libs/hiredis/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/hiredis/Makefile b/libs/hiredis/Makefile index 1ec13921b..6b8150d68 100644 --- a/libs/hiredis/Makefile +++ b/libs/hiredis/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hiredis -PKG_VERSION:=0.14.0 -PKG_RELEASE:=2 +PKG_VERSION:=0.14.1 +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:=042f965e182b80693015839a9d0278ae73fae5d5d09d8bf6d0e6a39a8c4393bd +PKG_HASH:=2663b2aed9fd430507e30fc5e63274ee40cdd1a296026e22eafd7d99b01c8913 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING