xdebug8.1: update to 3.1.5.

This commit is contained in:
Joel Beckmeyer 2022-06-10 08:13:31 -04:00 committed by Echo
parent 12f0c69be9
commit a1f34cdd80
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'xdebug8.1' # Template file for 'xdebug8.1'
pkgname=xdebug8.1 pkgname=xdebug8.1
version=3.1.4 version=3.1.5
revision=1 revision=1
wrksrc="xdebug-${version}" wrksrc="xdebug-${version}"
build_style=gnu-configure build_style=gnu-configure
@ -13,7 +13,7 @@ license="PHP-3.0"
homepage="http://xdebug.org" homepage="http://xdebug.org"
changelog="https://xdebug.org/updates" changelog="https://xdebug.org/updates"
distfiles="http://xdebug.org/files/xdebug-${version}.tgz" distfiles="http://xdebug.org/files/xdebug-${version}.tgz"
checksum=4195926f9f6c4e802ff749bb2ca85ac50636719a72e5389e372e35ef523505f9 checksum=55f6ef381245da079b2fc5ce1cfbcb7961197d0c0e04f9d977613cf9aa969a79
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then
hostmakedepends+=" php8.1-devel" hostmakedepends+=" php8.1-devel"