aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Pavlinec <jan.pavlinec@nic.cz>2020-07-21 11:57:27 +0200
committerJan Pavlinec <jan.pavlinec@nic.cz>2020-07-21 11:57:45 +0200
commit4afed7d2ff71ea46f2267980880f6218aa0da377 (patch)
tree450ebd774117eb626028e6458d4dd8ee59f04f85
parentcc5c8b4368acfb0d3761292f4a5ea98b64800b90 (diff)
redis: update to version 6.0.6
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
-rw-r--r--libs/redis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/redis/Makefile b/libs/redis/Makefile
index 4bc437f25..6fc2b2890 100644
--- a/libs/redis/Makefile
+++ b/libs/redis/Makefile
@@ -1,12 +1,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=redis
-PKG_VERSION:=6.0.5
+PKG_VERSION:=6.0.6
PKG_RELEASE:=1
PKG_SOURCE_URL:=http://download.redis.io/releases/
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_HASH:=42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596
+PKG_HASH:=12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
PKG_LICENSE:=BSD-3-Clause