From 9422ec2ff9e2e452576fbcba9f8caffe9236d630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Nov 2022 21:23:50 +0100 Subject: [PATCH] perl-path-tiny: upgrade 0.116 -> 0.130 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../perl/{perl-path-tiny_0.116.bb => perl-path-tiny.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename recipes-support/perl/{perl-path-tiny_0.116.bb => perl-path-tiny.bb} (60%) diff --git a/recipes-support/perl/perl-path-tiny_0.116.bb b/recipes-support/perl/perl-path-tiny.bb similarity index 60% rename from recipes-support/perl/perl-path-tiny_0.116.bb rename to recipes-support/perl/perl-path-tiny.bb index 6ddf9354..50cbe8eb 100644 --- a/recipes-support/perl/perl-path-tiny_0.116.bb +++ b/recipes-support/perl/perl-path-tiny.bb @@ -1,12 +1,11 @@ SUMMARY = "File path utility" HOMEPAGE = "https://metacpan.org/release/Path-Tiny" - LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=a801633f1c5bd3f1f7aa60bc72e95df9" +LIC_FILES_CHKSUM = "file://LICENSE;md5=0d4be4fba9b7d7c16379d54e87d199f1" +PV = "0.130" SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-${PV}.tar.gz" - -SRC_URI[sha256sum] = "0379108b2aee556f877760711e03ce8775a98859cdd03cb94aaf4738a37a62d3" +SRC_URI[sha256sum] = "74109aec04ddd83d80ee14a5346e8bc3e3f4673238e1c7358693bff348196c13" S = "${WORKDIR}/Path-Tiny-${PV}"