mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/perl-uri: bump to version 5.29
Signed-off-by: Francois Perrad <francois.perrad@gadz.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d90c669777
commit
8bb08e7f43
@@ -1,5 +1,6 @@
|
|||||||
config BR2_PACKAGE_PERL_URI
|
config BR2_PACKAGE_PERL_URI
|
||||||
bool "perl-uri"
|
bool "perl-uri"
|
||||||
|
select BR2_PACKAGE_PERL_MIME_BASE32 # runtime
|
||||||
help
|
help
|
||||||
Uniform Resource Identifiers (absolute and relative).
|
Uniform Resource Identifiers (absolute and relative).
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# retrieved by scancpan from https://cpan.metacpan.org/
|
# retrieved by scancpan from https://cpan.metacpan.org/
|
||||||
md5 9b45e7635f0968deabe377fc4c99a8b5 URI-5.21.tar.gz
|
md5 34cf48b69c4fbcc40cfebac94af39424 URI-5.29.tar.gz
|
||||||
sha256 96265860cd61bde16e8415dcfbf108056de162caa0ac37f81eb695c9d2e0ab77 URI-5.21.tar.gz
|
sha256 a34b9f626c3ff1e20c0d4a23ec5c8b7ae1de1fb674ecefed7e46791388137372 URI-5.29.tar.gz
|
||||||
|
|
||||||
# computed by scancpan
|
# computed by scancpan
|
||||||
sha256 a1730c55839ce3c9182c92e3387ba8f683ad6ab8b4a3257553a20c4db194c2cf LICENSE
|
sha256 a1730c55839ce3c9182c92e3387ba8f683ad6ab8b4a3257553a20c4db194c2cf LICENSE
|
||||||
|
|||||||
@@ -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_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
|
||||||
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
|
||||||
PERL_URI_LICENSE = Artistic-1.0-Perl or GPL-1.0+
|
PERL_URI_LICENSE = Artistic-1.0-Perl or GPL-1.0+
|
||||||
|
|||||||
Reference in New Issue
Block a user