diff mbox series

[039/114] libtest-fatal-perl: upgrade 0.017 -> 0.018

Message ID 20251222200739.2278706-39-alex.kanavin@gmail.com
State New
Headers show
Series [001/114] build-appliance-image: do not inherit setuptools | expand

Commit Message

Alexander Kanavin Dec. 22, 2025, 8:06 p.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

License-Update: basic artistic license changed to the perl variant
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...test-fatal-perl_0.017.bb => libtest-fatal-perl_0.018.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta/recipes-devtools/perl/{libtest-fatal-perl_0.017.bb => libtest-fatal-perl_0.018.bb} (81%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb b/meta/recipes-devtools/perl/libtest-fatal-perl_0.018.bb
similarity index 81%
rename from meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb
rename to meta/recipes-devtools/perl/libtest-fatal-perl_0.018.bb
index eae128b0cc..a128567ec7 100644
--- a/meta/recipes-devtools/perl/libtest-fatal-perl_0.017.bb
+++ b/meta/recipes-devtools/perl/libtest-fatal-perl_0.018.bb
@@ -5,13 +5,13 @@  exception-throwing code with about the same amount of typing."
 HOMEPAGE = "https://github.com/rjbs/Test-Fatal"
 BUGTRACKER = "https://github.com/rjbs/Test-Fatal/issues"
 SECTION = "libs"
-LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
+LICENSE = "Artistic-1.0-Perl | GPL-1.0-or-later"
 
-LIC_FILES_CHKSUM = "file://LICENSE;md5=b5c851290cab1dda12fcfb0e9ec43639"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=f7fc7d4b26ddae0843b09ba56109e65a"
 
 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RJ/RJBS/Test-Fatal-${PV}.tar.gz"
 
-SRC_URI[sha256sum] = "37dfffdafb84b762efe96b02fb2aa41f37026c73e6b83590db76229697f3c4a6"
+SRC_URI[sha256sum] = "b8d2cccf9ee467271bc478f9cf7eba49545452be9302ae359bc538b8bf687cd6"
 
 S = "${UNPACKDIR}/Test-Fatal-${PV}"