diff options
author | Michael Heimpold <mhei@heimpold.de> | 2022-03-24 20:55:37 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2022-04-03 11:17:15 +0200 |
commit | 16a7a82e6c05b3e8c7cbec9ddd861480cacbd403 (patch) | |
tree | 42ad78438b353a625eab4a1748d3dcfb3aea6271 | |
parent | 3bd4564d71db7194034681bced203d2af3074e4e (diff) |
php8-pecl-redis: update to 5.3.7
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-rw-r--r-- | lang/php8-pecl-redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php8-pecl-redis/Makefile b/lang/php8-pecl-redis/Makefile index 55d5dc265..8135ac06b 100644 --- a/lang/php8-pecl-redis/Makefile +++ b/lang/php8-pecl-redis/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PECL_NAME:=redis PECL_LONGNAME:=PHP extension for interfacing with Redis -PKG_VERSION:=5.3.4 +PKG_VERSION:=5.3.7 PKG_RELEASE:=1 -PKG_HASH:=4b39056f3356f135255e059efd76398d1c7607c86bd52513e6341bb07a3fb4cc +PKG_HASH:=b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0 PKG_NAME:=php8-pecl-redis PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |