diff options
| author | J. S. <schonm@gmail.com> | 2024-10-24 16:07:29 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-24 14:02:31 -0700 |
| commit | af9720d05c93545691ab1a3d69232db5ec099a24 (patch) | |
| tree | a3b5521f192feab9e45f50fe090013b588c0e2c2 /meta-perl | |
| parent | 93b5ea28816e5e0ae7b702fcf0155dc1386f114b (diff) | |
| download | meta-openembedded-af9720d05c93545691ab1a3d69232db5ec099a24.tar.gz | |
libdigest-sha1-perl: Change references to search.cpan.org to use metacpan.org
Signed-off-by: Jason Schonberg <schonm@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-perl')
| -rw-r--r-- | meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb index 4aa37243a7..22c6d3d336 100644 --- a/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb +++ b/meta-perl/recipes-perl/libdigest/libdigest-sha1-perl_2.13.bb | |||
| @@ -1,12 +1,12 @@ | |||
| 1 | SUMMARY = "Perl interface to the SHA-1 algorithm " | 1 | SUMMARY = "Perl interface to the SHA-1 algorithm " |
| 2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" | 2 | DESCRIPTION = "Digest::SHA1 - Perl interface to the SHA-1 algorithm" |
| 3 | HOMEPAGE = "http://search.cpan.org/~gaas/Digest-SHA1-2.13/" | 3 | HOMEPAGE = "https://metacpan.org/pod/Digest::SHA1" |
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | 5 | ||
| 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" | 6 | LICENSE = "Artistic-1.0 | GPL-1.0-or-later" |
| 7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" | 7 | LIC_FILES_CHKSUM = "file://README;beginline=10;endline=14;md5=ff5867ebb4bc1103a7a416aef2fce00a" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ | 9 | SRC_URI = "https://cpan.metacpan.org/authors/id/G/GA/GAAS/Digest-SHA1-${PV}.tar.gz \ |
| 10 | file://run-ptest \ | 10 | file://run-ptest \ |
| 11 | " | 11 | " |
| 12 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" | 12 | SRC_URI[sha256sum] = "68c1dac2187421f0eb7abf71452a06f190181b8fc4b28ededf5b90296fb943cc" |
