From f0f5b0a0471239382f5f693c186cc47ac0c6bc7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 15 Jan 2021 01:05:39 +0100 Subject: [PATCH] perl-path-tiny: upgrade 0.108 -> 0.114 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- .../{perl-path-tiny_0.108.bb => perl-path-tiny_0.114.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename recipes-support/perl/{perl-path-tiny_0.108.bb => perl-path-tiny_0.114.bb} (52%) diff --git a/recipes-support/perl/perl-path-tiny_0.108.bb b/recipes-support/perl/perl-path-tiny_0.114.bb similarity index 52% rename from recipes-support/perl/perl-path-tiny_0.108.bb rename to recipes-support/perl/perl-path-tiny_0.114.bb index a0eed6a6..e083f698 100644 --- a/recipes-support/perl/perl-path-tiny_0.108.bb +++ b/recipes-support/perl/perl-path-tiny_0.114.bb @@ -2,12 +2,11 @@ SUMMARY = "File path utility" HOMEPAGE = "https://metacpan.org/release/Path-Tiny" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://README;beginline=1119;endline=1124;md5=63fd8b3ccdda43923b352a880cb37e36" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a801633f1c5bd3f1f7aa60bc72e95df9" SRC_URI = "https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-${PV}.tar.gz" -SRC_URI[md5sum] = "1a7fbdccc4585074ce4419b7bec0966c" -SRC_URI[sha256sum] = "3c49482be2b3eb7ddd7e73a5b90cff648393f5d5de334ff126ce7a3632723ff5" +SRC_URI[sha256sum] = "cd0f88f37a58fc3667ec065767fe01e73ee6efa18a112bfd3508cf6579ca00e1" S = "${WORKDIR}/Path-Tiny-${PV}"