From d467f3292d2b63db424681ea14b419ee6676c437 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 6 Nov 2022 21:26:35 +0100 Subject: [PATCH] perl-template-toolkit: upgrade 3.009 -> 3.010 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- ...perl-template-toolkit_3.009.bb => perl-template-toolkit.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename recipes-support/perl/{perl-template-toolkit_3.009.bb => perl-template-toolkit.bb} (86%) diff --git a/recipes-support/perl/perl-template-toolkit_3.009.bb b/recipes-support/perl/perl-template-toolkit.bb similarity index 86% rename from recipes-support/perl/perl-template-toolkit_3.009.bb rename to recipes-support/perl/perl-template-toolkit.bb index 66d2b8eb..6ec00668 100644 --- a/recipes-support/perl/perl-template-toolkit_3.009.bb +++ b/recipes-support/perl/perl-template-toolkit.bb @@ -7,8 +7,9 @@ LIC_FILES_CHKSUM = " \ file://${COMMON_LICENSE_DIR}/GPL-1.0-only;md5=e9e36a9de734199567a4d769498f743d \ " +PV = "3.010" SRC_URI = "https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-${PV}.tar.gz" -SRC_URI[sha256sum] = "d6ad23bbf637a59b5dfd1ac006460dfcb185982e4852cde77150fbd085f1f5b6" +SRC_URI[sha256sum] = "f4b65e93364088aa850887820652e467b0bce1493760fd3690268520b37d82cc" S = "${WORKDIR}/Template-Toolkit-${PV}"