Marcel Telka
2024-01-26 a4ea4162b4398f60d15113eac5a56c00f05f1a5a
perl/URI: update to 5.24

3 files modified
12 ■■■■ changed files
components/perl/URI/Makefile 4 ●●●● patch | view | raw | blame | history
components/perl/URI/manifests/sample-manifest.p5m 2 ●●● patch | view | raw | blame | history
components/perl/URI/pkg5 6 ●●●● patch | view | raw | blame | history
components/perl/URI/Makefile
@@ -19,11 +19,11 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_PERL_MODULE =        URI
HUMAN_VERSION =            5.21
HUMAN_VERSION =            5.24
COMPONENT_SUMMARY =        URI - Uniform Resource Identifiers (absolute and relative)
COMPONENT_CPAN_AUTHOR =        OALDERS
COMPONENT_ARCHIVE_HASH =    \
    sha256:96265860cd61bde16e8415dcfbf108056de162caa0ac37f81eb695c9d2e0ab77
    sha256:466dd5a40b2c8e99d53692dc49b971561d5d7c2a30814e5ff0b63a4a25e2aaef
COMPONENT_LICENSE =        Artistic-1.0-Perl OR GPL-1.0-or-later
COMPONENT_LICENSE_FILE =    LICENSE
components/perl/URI/manifests/sample-manifest.p5m
@@ -10,7 +10,7 @@
#
#
# Copyright 2023 <contributor>
# Copyright 2024 <contributor>
#
set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)-$(PLV)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
components/perl/URI/pkg5
@@ -5,10 +5,10 @@
        "runtime/perl-538"
    ],
    "fmris": [
        "library/perl-5/uri",
        "library/perl-5/uri-534",
        "library/perl-5/uri-536",
        "library/perl-5/uri-538",
        "library/perl-5/uri"
        "library/perl-5/uri-538"
    ],
    "name": "URI"
}
}