sqlite: convert to 64-bit (#5260) (#5263)

This commit is contained in:
Nai Hao Cheng 2023-11-19 20:54:11 +09:00 committed by GitHub
parent 64babb81b0
commit ed01084652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,10 @@
{
"version": "3.43.2",
"version": "3.44.0",
"description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine",
"homepage": "https://www.sqlite.org/",
"license": "blessing",
"url": "https://www.sqlite.org/2023/sqlite-tools-win32-x86-3430200.zip",
"hash": "fae9efccf4469ca69be5d418fc088593cdb86e07a1b211bdb85463591a923b02",
"extract_dir": "sqlite-tools-win32-x86-3430200",
"url": "https://www.sqlite.org/2023/sqlite-tools-win-x64-3440000.zip",
"hash": "4f915b606486db50cb609fabeb5bf607e3e30e471e8b377b6dc3541a6b2e3450",
"bin": [
"sqlite3.exe",
"sqldiff.exe",
@ -13,10 +12,9 @@
],
"checkver": {
"url": "https://www.sqlite.org/download.html",
"regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?<year>\\d+)/sqlite-tools-win32-x86-(?<clean>\\d+)"
"regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?<year>\\d+)/sqlite-tools-win-x64-(?<clean>\\d+)"
},
"autoupdate": {
"url": "https://www.sqlite.org/$matchYear/sqlite-tools-win32-x86-$matchClean.zip",
"extract_dir": "sqlite-tools-win32-x86-$matchClean"
"url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip"
}
}