From: Jan Pavlinec Date: Fri, 19 Jun 2020 05:22:02 +0000 (+0200) Subject: redis: update to version 6.0.5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=26722253eefed51c6ffee0616e5083c18a7e0867;p=openwrt-packages.git redis: update to version 6.0.5 Signed-off-by: Jan Pavlinec --- diff --git a/libs/redis/Makefile b/libs/redis/Makefile index 6a87724dc..4bc437f25 100644 --- a/libs/redis/Makefile +++ b/libs/redis/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=redis -PKG_VERSION:=6.0.4 +PKG_VERSION:=6.0.5 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://download.redis.io/releases/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=3337005a1e0c3aa293c87c313467ea8ac11984921fab08807998ba765c9943de +PKG_HASH:=42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=BSD-3-Clause