diff options
author | Michael Heimpold <mhei@heimpold.de> | 2022-04-03 20:58:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-03 20:58:37 +0200 |
commit | 8988b0a32ff2fd853a5e87fe77e1b4dc6f58a752 (patch) | |
tree | a8560e215c73c793580d2a05f5f20863452ca589 /lang | |
parent | 91b206960e6cc882fff2442791db76a872e71d87 (diff) | |
parent | 16a7a82e6c05b3e8c7cbec9ddd861480cacbd403 (diff) |
Merge pull request #18143 from mhei/php8-pecl-redis-update
php8-pecl-redis: update to 5.3.7
Diffstat (limited to 'lang')
-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 |