summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJ. S. <schonm@gmail.com>2024-10-24 09:06:12 -0400
committerKhem Raj <raj.khem@gmail.com>2024-10-24 07:06:31 -0700
commit94327a7734b1c27fa39911f9629bde8152ae4fc3 (patch)
tree21613849fb639053cfd70943b605b8f21d55b627
parent9626e8a2c8f20c7ff81a336e0adebd1b74bb9ac7 (diff)
downloadmeta-openembedded-94327a7734b1c27fa39911f9629bde8152ae4fc3.tar.gz
libdigest-hmac-perl: upgrade 1.03 -> 1.05
This new version brings an updated copyright date and a new maintainer. This distributes under the Perl license (as it did previously). Update the HOMEPAGE and SRC_URI to use metacpan.org instead of search.cpan.org Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb (renamed from meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
index 41b4e78c5c..7b59802879 100644
--- a/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.03.bb
+++ b/meta-perl/recipes-perl/libdigest/libdigest-hmac-perl_1.05.bb
@@ -1,17 +1,17 @@
1SUMMARY = "Keyed-Hashing for Message Authentication" 1SUMMARY = "Keyed-Hashing for Message Authentication"
2DESCRIPTION = "Keyed-Hashing for Message Authentication" 2DESCRIPTION = "Keyed-Hashing for Message Authentication"
3HOMEPAGE = "http://search.cpan.org/~gaas/Digest-HMAC-1.03/" 3HOMEPAGE = "https://metacpan.org/pod/Digest::HMAC"
4SECTION = "libs" 4SECTION = "libs"
5 5
6LICENSE = "Artistic-1.0 | GPL-1.0-or-later" 6LICENSE = "Artistic-1.0 | GPL-1.0-or-later"
7LIC_FILES_CHKSUM = "file://README;beginline=13;endline=17;md5=da980cdc026faa065e5d5004115334e6" 7LIC_FILES_CHKSUM = "file://README;beginline=6;endline=9;md5=6321739e9ccbf74ee5dd2eb82c42d609"
8 8
9RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5" 9RDEPENDS:${PN} = "libdigest-sha1-perl perl-module-extutils-makemaker perl-module-digest-md5"
10 10
11SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-HMAC-${PV}.tar.gz \ 11SRC_URI = "https://cpan.metacpan.org/authors/id/A/AR/ARODLAND/Digest-HMAC-${PV}.tar.gz \
12 file://run-ptest \ 12 file://run-ptest \
13 " 13 "
14SRC_URI[sha256sum] = "3bc72c6d3ff144d73aefb90e9a78d33612d58cf1cd1631ecfb8985ba96da4a59" 14SRC_URI[sha256sum] = "215cb59cba610745cfb2d4b3f8ef756d590e57e3ad7986a992e87c4969fcdc7a"
15 15
16S = "${WORKDIR}/Digest-HMAC-${PV}" 16S = "${WORKDIR}/Digest-HMAC-${PV}"
17 17