diff options
author | Michael Heimpold <mhei@heimpold.de> | 2022-12-12 21:11:11 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2022-12-12 21:14:04 +0100 |
commit | ea282f9bb866304761c48b0157b1dab30083d78c (patch) | |
tree | c57ff3fe0bf8ce3ad7290a5a3e1deaad307a550e /lang/php8-pecl-xdebug | |
parent | 94c4f13ce6c497134c05c28355d21a3d81c7de63 (diff) |
php8-pecl-xdebug: update to 3.2.0
This update brings support for PHP 8.2.0.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang/php8-pecl-xdebug')
-rw-r--r-- | lang/php8-pecl-xdebug/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php8-pecl-xdebug/Makefile b/lang/php8-pecl-xdebug/Makefile index 9a08e31ab..322558840 100644 --- a/lang/php8-pecl-xdebug/Makefile +++ b/lang/php8-pecl-xdebug/Makefile @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PECL_NAME:=xdebug PECL_LONGNAME:=Xdebug extension -PKG_VERSION:=3.1.6 +PKG_VERSION:=3.2.0 PKG_RELEASE:=1 -PKG_HASH:=554eca0b4d5b7b93cb2258fab0b0bd84cc8721e74322a2255c14e137cbcad5d2 +PKG_HASH:=7769b20eecdadf5fbe9f582512c10b394fb575b6f7a8c3a3a82db6883e0032b7 PKG_NAME:=php8-pecl-xdebug PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |