diff options
author | Michael Heimpold <mhei@heimpold.de> | 2022-12-15 08:24:41 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2022-12-15 08:34:18 +0100 |
commit | f224e295285369b5c1f7ef46cf25a59afd4ed1fc (patch) | |
tree | ab9595d62ce20599369ac5923aa7b26d9f4f6314 /lang/php8-pecl-mcrypt/Makefile | |
parent | ea282f9bb866304761c48b0157b1dab30083d78c (diff) |
php8-pecl-mcrypt: update to 1.0.5
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang/php8-pecl-mcrypt/Makefile')
-rw-r--r-- | lang/php8-pecl-mcrypt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php8-pecl-mcrypt/Makefile b/lang/php8-pecl-mcrypt/Makefile index 02e78402f..7e275eca0 100644 --- a/lang/php8-pecl-mcrypt/Makefile +++ b/lang/php8-pecl-mcrypt/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PECL_NAME:=mcrypt PECL_LONGNAME:=Bindings for the libmcrypt library -PKG_VERSION:=1.0.4 +PKG_VERSION:=1.0.5 PKG_RELEASE:=1 -PKG_HASH:=98153e78958d7a48dcd0dcfe1fc3c16ec987121a0cb2d7c273d280ee7e4ea00d +PKG_HASH:=c9f51e211640a15d2a983f5d80e26660656351651d6f682d657bdf1cfa07d8a3 PKG_NAME:=php8-pecl-mcrypt PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |