xdebug: upgrade 3.5.0 -> 3.5.1

Changelog:
  https://github.com/xdebug/xdebug/releases/tag/3.5.1

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Liu Yiding 2026-02-28 17:02:03 +08:00 committed by Khem Raj
parent b4e2194a37
commit 550fec593a
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,4 +1,5 @@
SUMMARY = "Debugging and profiling extension for PHP"
HOMEPAGE = "https://xdebug.org/"
LICENSE = "Xdebug"
LIC_FILES_CHKSUM = "file://LICENSE;md5=afd6ce4aa04fdc346e5b3c6e634bd75c"
@ -6,7 +7,7 @@ DEPENDS = "php re2c-native"
SRC_URI = "https://xdebug.org/files/xdebug-${PV}.tgz"
SRC_URI[sha256sum] = "f6daf55a5c7adadb07dd2af25ff78b1cc9b1c58d6cc442a463eba015b678aabf"
SRC_URI[sha256sum] = "0f26849a5edf3d9120edc100219854599d54f923a8a4d1cb4fe4403520e49678"
UPSTREAM_CHECK_URI = "https://github.com/xdebug/xdebug/releases"
UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)$"