From a1f34cdd801bdce4736cfeb6f245bb944fd82dce Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 10 Jun 2022 08:13:31 -0400 Subject: [PATCH] xdebug8.1: update to 3.1.5. --- srcpkgs/xdebug8.1/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/xdebug8.1/template b/srcpkgs/xdebug8.1/template index 62fa2b795f4..2c3168dbbc6 100644 --- a/srcpkgs/xdebug8.1/template +++ b/srcpkgs/xdebug8.1/template @@ -1,6 +1,6 @@ # Template file for 'xdebug8.1' pkgname=xdebug8.1 -version=3.1.4 +version=3.1.5 revision=1 wrksrc="xdebug-${version}" build_style=gnu-configure @@ -13,7 +13,7 @@ license="PHP-3.0" homepage="http://xdebug.org" changelog="https://xdebug.org/updates" distfiles="http://xdebug.org/files/xdebug-${version}.tgz" -checksum=4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9 +checksum=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79 if [ "$CROSS_BUILD" ]; then hostmakedepends+=" php8.1-devel"