Browse Source

libdbd-sqlite-perl: upgrade 1.74 -> 1.76

Changelog:
===========
- Switched to a production version
- Upgraded SQLite to 3.46.1
- Fix for Windows quadmath builds
- Omit load_extension if static build

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Wang Mingyu 11 months ago
parent
commit
8a98614eaf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb

+ 1 - 1
meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.74.bb → meta-perl/recipes-perl/libdb/libdbd-sqlite-perl_1.76.bb

@@ -14,7 +14,7 @@ SRC_URI = "${CPAN_MIRROR}/authors/id/I/IS/ISHIGAKI/DBD-SQLite-${PV}.tar.gz \
            file://sqlite-perl-test.pl \
 "
 
-SRC_URI[sha256sum] = "8994997d84b9feb4547795f78746c661fb72e3cb6a25dbdd789b731f5688a4dd"
+SRC_URI[sha256sum] = "0a33a7a935be63371071dbe600cfaefa67cd971b67580a917bbf6ebaf723c584"
 
 UPSTREAM_CHECK_REGEX = "DBD\-SQLite\-(?P<pver>(\d+\.\d+))(?!_\d+).tar"