diff mbox series

[meta-oe] libdbi-perl: upgrade 1.646 -> 1.647

Message ID 20250505181010.206077-1-schonm@gmail.com
State New
Headers show
Series [meta-oe] libdbi-perl: upgrade 1.646 -> 1.647 | expand

Commit Message

Jason Schonberg May 5, 2025, 6:10 p.m. UTC
Changelog:
===========
 * Spellcheck
 * Fix Makefile rules for Changes (Windows case issue)
 * Another example to bind columns (issue#159)
 * Fix fetchall_arrayref for undefined NAME (issue#156)

Signed-off-by: Jason Schonberg <schonm@gmail.com>
---
 .../perl/{libdbi-perl_1.646.bb => libdbi-perl_1.647.bb}     | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-devtools/perl/{libdbi-perl_1.646.bb => libdbi-perl_1.647.bb} (88%)
diff mbox series

Patch

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}"