php8-pecl-imagick: update to 3.8.0RC2

For the moment, we have to finetune the package
versioning to make apk happy.

This update provides compatibility with PHP 8.4.x.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
This commit is contained in:
Michael Heimpold 2025-04-05 21:24:25 +02:00
parent 1a0c8b7224
commit 4434c5f256
1 changed files with 6 additions and 5 deletions

View File

@ -8,12 +8,13 @@ include $(TOPDIR)/rules.mk
PECL_NAME:=imagick
PECL_LONGNAME:=Image Processing (ImageMagick binding)
PKG_VERSION:=3.7.0
PKG_RELEASE:=2
PKG_HASH:=5a364354109029d224bcbb2e82e15b248be9b641227f45e63425c06531792d3e
PKG_VERSION:=3.8.0_rc2
PKG_REALVERSION:=3.8.0RC2
PKG_RELEASE:=1
PKG_HASH:=2e6fa5f0c3c786771d52a8d0c5f32dcac965d3e3b47fb63b354f4e83630108a9
PKG_NAME:=php8-pecl-imagick
PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE:=$(PECL_NAME)-$(PKG_REALVERSION).tgz
PKG_SOURCE_URL:=https://pecl.php.net/get/
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@ -23,7 +24,7 @@ PKG_LICENSE_FILES:=LICENSE
PKG_CPE_ID:=cpe:/a:php:imagick
PKG_BUILD_DEPENDS:=php8
PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_VERSION)
PKG_BUILD_DIR:=$(BUILD_DIR)/pecl-php8/$(PECL_NAME)-$(PKG_REALVERSION)
PKG_BUILD_PARALLEL:=1
include $(INCLUDE_DIR)/package.mk