diff options
author | Michael Heimpold <mhei@heimpold.de> | 2023-09-18 07:28:17 +0200 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2023-09-25 08:11:45 +0200 |
commit | bf1cb463f4a5242b7615fafcf6ba30c54714a504 (patch) | |
tree | f77d6ed6a329b0a4d5f178e813581e72e1a157f5 | |
parent | 4374c3250f424f1e57b175961adb41f24489510d (diff) |
php8-pecl-redis: update to 6.0.1
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
-rw-r--r-- | lang/php8-pecl-redis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/php8-pecl-redis/Makefile b/lang/php8-pecl-redis/Makefile index 5fe724ddf..0a53121c9 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.7 -PKG_RELEASE:=2 -PKG_HASH:=b958166ccda4f40bd17c6998f9e2239021ae644467cd8ad5c15def420aad65b0 +PKG_VERSION:=6.0.1 +PKG_RELEASE:=1 +PKG_HASH:=d39136e0ef9495f8e775ef7349a97658fb41c526d12d8e517f56274f149e1e4e PKG_NAME:=php8-pecl-redis PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |