diff options
author | Michael Heimpold <mhei@heimpold.de> | 2021-11-08 07:44:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 07:44:33 +0100 |
commit | df692d4d07573f5aab8bfb46af66d4d24bd2fc34 (patch) | |
tree | 80e3abd0cec61d7c121a2441a51afbfbe9ce744e /lang | |
parent | 465d297906a520727ec5b796404657e060d4a538 (diff) | |
parent | 82f115bded1a6399f743070a6fbab70bd30e5d16 (diff) |
Merge pull request #17090 from mhei/php7-pecl-redis-update
php7-pecl-redis: update to 5.3.4
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php7-pecl-redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php7-pecl-redis/Makefile b/lang/php7-pecl-redis/Makefile index bda340c4b..440d18ea8 100644 --- a/lang/php7-pecl-redis/Makefile +++ b/lang/php7-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.2 +PKG_VERSION:=5.3.4 PKG_RELEASE:=1 -PKG_HASH:=f4e92de628abcb917cdc810df045ca3fa0f2af34673eaa2a03350e3c5c5fdab1 +PKG_HASH:=4b39056f3356f135255e059efd76398d1c7607c86bd52513e6341bb07a3fb4cc PKG_NAME:=php7-pecl-redis PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |