From ab52feec52ecac3e085518981f54703b1a8799af Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Wed, 7 Jan 2026 21:00:01 +0100 Subject: [PATCH] package/perl-module-runtime: bump to version 0.018 host-perl-module-build is no longer a dependency (Build.PL was removed, so Makefile.PL is used) now, this module has its own LICENSE file Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- package/perl-module-runtime/perl-module-runtime.hash | 8 ++++---- package/perl-module-runtime/perl-module-runtime.mk | 7 +++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package/perl-module-runtime/perl-module-runtime.hash b/package/perl-module-runtime/perl-module-runtime.hash index c87963bfb0..e30040c7d5 100644 --- a/package/perl-module-runtime/perl-module-runtime.hash +++ b/package/perl-module-runtime/perl-module-runtime.hash @@ -1,6 +1,6 @@ -# retrieved by scancpan from http://cpan.metacpan.org/ -md5 d3d47222fa2e3dfcb4526f6cc8437b20 Module-Runtime-0.016.tar.gz -sha256 68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024 Module-Runtime-0.016.tar.gz +# retrieved by scancpan from https://cpan.metacpan.org/ +md5 455eedb62183b9d9e437c59c375c1054 Module-Runtime-0.018.tar.gz +sha256 0bf77ef68e53721914ff554eada20973596310b4e2cf1401fc958601807de577 Module-Runtime-0.018.tar.gz # computed by scancpan -sha256 ad1761020436687e8493208336ef53e84589fdba212da59b05b8111cca75ddc1 README +sha256 03b1feed0e190459ef83b42518a970e8ed576c4f5bb5156d047a2edc4e469427 LICENSE diff --git a/package/perl-module-runtime/perl-module-runtime.mk b/package/perl-module-runtime/perl-module-runtime.mk index dcf045cf18..c698300b40 100644 --- a/package/perl-module-runtime/perl-module-runtime.mk +++ b/package/perl-module-runtime/perl-module-runtime.mk @@ -4,12 +4,11 @@ # ################################################################################ -PERL_MODULE_RUNTIME_VERSION = 0.016 +PERL_MODULE_RUNTIME_VERSION = 0.018 PERL_MODULE_RUNTIME_SOURCE = Module-Runtime-$(PERL_MODULE_RUNTIME_VERSION).tar.gz -PERL_MODULE_RUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/Z/ZE/ZEFRAM -PERL_MODULE_RUNTIME_DEPENDENCIES = host-perl-module-build +PERL_MODULE_RUNTIME_SITE = $(BR2_CPAN_MIRROR)/authors/id/H/HA/HAARG PERL_MODULE_RUNTIME_LICENSE = Artistic or GPL-1.0+ -PERL_MODULE_RUNTIME_LICENSE_FILES = README +PERL_MODULE_RUNTIME_LICENSE_FILES = LICENSE PERL_MODULE_RUNTIME_DISTNAME = Module-Runtime $(eval $(perl-package))