diff --git a/meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb similarity index 88% rename from meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb rename to meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb index 947353c17c..f70f737ba2 100644 --- a/meta-oe/recipes-devtools/perl/libdbi-perl_1.646.bb +++ b/meta-oe/recipes-devtools/perl/libdbi-perl_1.647.bb @@ -4,13 +4,13 @@ DESCRIPTION = "DBI is a database access Application Programming Interface \ of functions, variables and conventions that provide a consistent \ database interface independent of the actual database being used. \ " -HOMEPAGE = "http://search.cpan.org/dist/DBI/" +HOMEPAGE = "https://metacpan.org/dist/DBI" SECTION = "libs" LICENSE = "Artistic-1.0 | GPL-1.0-or-later" LIC_FILES_CHKSUM = "file://LICENSE;md5=65f65488c774efe1da488e36ad6c4a36" -SRC_URI = "https://cpan.metacpan.org/authors/id/H/HM/HMBRAND/DBI-${PV}.tar.gz" -SRC_URI[sha256sum] = "53ab32ac8c30295a776dde658df22be760936cdca5a3c003a23bda6d829fa184" +SRC_URI = "${CPAN_MIRROR}/authors/id/H/HM/HMBRAND/DBI-${PV}.tgz" +SRC_URI[sha256sum] = "0df16af8e5b3225a68b7b592ab531004ddb35a9682b50300ce50174ad867d9aa" S = "${WORKDIR}/DBI-${PV}"