From 11c460d15f0a20a66c4395d06a73d54f8f3545eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 15 Jan 2021 01:09:32 +0100 Subject: [PATCH] perl-template-toolkit: upgrade 2.28 -> 3.009 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...template-toolkit_2.28.bb => perl-template-toolkit_3.009.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename recipes-support/perl/{perl-template-toolkit_2.28.bb => perl-template-toolkit_3.009.bb} (77%) diff --git a/recipes-support/perl/perl-template-toolkit_2.28.bb b/recipes-support/perl/perl-template-toolkit_3.009.bb similarity index 77% rename from recipes-support/perl/perl-template-toolkit_2.28.bb rename to recipes-support/perl/perl-template-toolkit_3.009.bb index 868246f8..79ea10ae 100644 --- a/recipes-support/perl/perl-template-toolkit_2.28.bb +++ b/recipes-support/perl/perl-template-toolkit_3.009.bb @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = " \ " SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-${PV}.tar.gz" -SRC_URI[md5sum] = "64d0bb7fc74bcc56164d7418144b52f8" -SRC_URI[sha256sum] = "71af368009f13582ef907e33d3812776b597f42b3da0bc0fd3bc7418e4785dd7" +SRC_URI[sha256sum] = "d6ad23bbf637a59b5dfd1ac006460dfcb185982e4852cde77150fbd085f1f5b6" S = "${WORKDIR}/Template-Toolkit-${PV}"