From 253e9ab731cb3373f03354bb9dab2b3f6672aa14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 17 Mar 2019 14:18:39 +0100 Subject: [PATCH] perl-template-toolkit: upgrade 2.27 -> 2.28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...plate-toolkit_2.27.bb => perl-template-toolkit_2.28.bb} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename recipes-support/perl/{perl-template-toolkit_2.27.bb => perl-template-toolkit_2.28.bb} (62%) diff --git a/recipes-support/perl/perl-template-toolkit_2.27.bb b/recipes-support/perl/perl-template-toolkit_2.28.bb similarity index 62% rename from recipes-support/perl/perl-template-toolkit_2.27.bb rename to recipes-support/perl/perl-template-toolkit_2.28.bb index 82f9aefe..868246f8 100644 --- a/recipes-support/perl/perl-template-toolkit_2.27.bb +++ b/recipes-support/perl/perl-template-toolkit_2.28.bb @@ -7,10 +7,9 @@ LIC_FILES_CHKSUM = " \ file://${COMMON_LICENSE_DIR}/GPL-1.0;md5=e9e36a9de734199567a4d769498f743d \ " -SRC_URI = "https://cpan.metacpan.org/authors/id/A/AB/ABW/Template-Toolkit-${PV}.tar.gz" - -SRC_URI[md5sum] = "a7fae5d4fe5918f33105d92a62134067" -SRC_URI[sha256sum] = "1311a403264d0134c585af0309ff2a9d5074b8ece23ece5660d31ec96bf2c6dc" +SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-${PV}.tar.gz" +SRC_URI[md5sum] = "64d0bb7fc74bcc56164d7418144b52f8" +SRC_URI[sha256sum] = "71af368009f13582ef907e33d3812776b597f42b3da0bc0fd3bc7418e4785dd7" S = "${WORKDIR}/Template-Toolkit-${PV}"