From: Daniel Golle Date: Tue, 19 Apr 2016 11:33:23 +0000 (+0200) Subject: hiredis: update to version 0.13.3 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=163eb70a298a67769e5a1d6df056ca099c56edd8;p=openwrt-packages.git hiredis: update to version 0.13.3 Signed-off-by: Daniel Golle --- diff --git a/libs/hiredis/Makefile b/libs/hiredis/Makefile index 31971b907..16d9333ba 100644 --- a/libs/hiredis/Makefile +++ b/libs/hiredis/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hiredis -PKG_VERSION:=0.13.1 +PKG_VERSION:=0.13.3 PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/redis/hiredis.git -PKG_SOURCE_VERSION:=f58dd249d6ed47a7e835463c3b04722972281dbb +PKG_SOURCE_VERSION:=010756025e8cefd1bc66c6d4ed3b1648ef6f1f95 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz