Browse Source

php7-pecl-redis: update to 5.3.1

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lilik-openwrt-22.03
Michael Heimpold 4 years ago
parent
commit
cae992699b
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/php7-pecl-redis/Makefile

+ 2
- 2
lang/php7-pecl-redis/Makefile View File

@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk
PECL_NAME:=redis PECL_NAME:=redis
PECL_LONGNAME:=PHP extension for interfacing with Redis PECL_LONGNAME:=PHP extension for interfacing with Redis
PKG_VERSION:=5.2.2
PKG_VERSION:=5.3.1
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_HASH:=9965269ec8da48761873e943b770d7053e7579b2b858af97e582eadc7e6eaa11
PKG_HASH:=7c29e49c5cbc6b54ccccc00b44fac4d3ed9895e5718fcf62a5b06281dda8809d
PKG_NAME:=php7-pecl-redis PKG_NAME:=php7-pecl-redis
PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz


Loading…
Cancel
Save