From 8bb08e7f43a76cce0e9e69f353cc1b77c3b6f6e5 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Wed, 11 Sep 2024 09:55:44 +0200 Subject: [PATCH] package/perl-uri: bump to version 5.29 Signed-off-by: Francois Perrad Signed-off-by: Thomas Petazzoni --- package/perl-uri/Config.in | 1 + package/perl-uri/perl-uri.hash | 4 ++-- package/perl-uri/perl-uri.mk | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/perl-uri/Config.in b/package/perl-uri/Config.in index 3f51c517f3..a09f30178d 100644 --- a/package/perl-uri/Config.in +++ b/package/perl-uri/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PERL_URI bool "perl-uri" + select BR2_PACKAGE_PERL_MIME_BASE32 # runtime help Uniform Resource Identifiers (absolute and relative). diff --git a/package/perl-uri/perl-uri.hash b/package/perl-uri/perl-uri.hash index c10a829e98..fb70f0c266 100644 --- a/package/perl-uri/perl-uri.hash +++ b/package/perl-uri/perl-uri.hash @@ -1,6 +1,6 @@ # retrieved by scancpan from https://cpan.metacpan.org/ -md5 9b45e7635f0968deabe377fc4c99a8b5 URI-5.21.tar.gz -sha256 96265860cd61bde16e8415dcfbf108056de162caa0ac37f81eb695c9d2e0ab77 URI-5.21.tar.gz +md5 34cf48b69c4fbcc40cfebac94af39424 URI-5.29.tar.gz +sha256 a34b9f626c3ff1e20c0d4a23ec5c8b7ae1de1fb674ecefed7e46791388137372 URI-5.29.tar.gz # computed by scancpan sha256 a1730c55839ce3c9182c92e3387ba8f683ad6ab8b4a3257553a20c4db194c2cf LICENSE diff --git a/package/perl-uri/perl-uri.mk b/package/perl-uri/perl-uri.mk index aa0c1ed8b5..d02a729dc2 100644 --- a/package/perl-uri/perl-uri.mk +++ b/package/perl-uri/perl-uri.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_URI_VERSION = 5.21 +PERL_URI_VERSION = 5.29 PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS PERL_URI_LICENSE = Artistic-1.0-Perl or GPL-1.0+