diff options
author | Michael Heimpold <mhei@heimpold.de> | 2023-05-21 20:27:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-21 20:27:00 +0200 |
commit | ee289c2c8b6df6d5a059be990631e4e98db34176 (patch) | |
tree | f1f25577109a028e7d913e9ffca0ba1e341b9605 | |
parent | 8dd2a6edf2e32a2b9fb4c3df10380525fcf620ee (diff) | |
parent | d82eb0eb2bb9bbdac420cdd90c16da141b61419c (diff) |
Merge pull request #21128 from mhei/php8-pecl-xdebug-update-to-3.2.1
php8-pecl-xdebug: update to 3.2.1
-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 322558840..d2a85f26c 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.2.0 +PKG_VERSION:=3.2.1 PKG_RELEASE:=1 -PKG_HASH:=7769b20eecdadf5fbe9f582512c10b394fb575b6f7a8c3a3a82db6883e0032b7 +PKG_HASH:=ef4cb3c228192798874e4530cccceee76840cc80821909740088a1e1a8f00445 PKG_NAME:=php8-pecl-xdebug PKG_SOURCE:=$(PECL_NAME)-$(PKG_VERSION).tgz |