mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 07:41:20 +00:00
22 lines
775 B
JSON
22 lines
775 B
JSON
{
|
|
"homepage": "https://www.sqlite.org/",
|
|
"version": "3.29.0",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3290000.zip",
|
|
"hash": "6eae0b3e87bc146aeb0f130f3814faa0e93e394876f3710a537a00a6dccdbd19",
|
|
"extract_dir": "sqlite-tools-win32-x86-3290000",
|
|
"bin": [
|
|
"sqlite3.exe",
|
|
"sqldiff.exe",
|
|
"sqlite3_analyzer.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.sqlite.org/download.html",
|
|
"re": "sqlite-tools-win32-x86-(?<number>[\\d]+).zip[\\s\\S]+for SQLite version (?<version>[\\d.]+)\\."
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-$matchNumber.zip",
|
|
"extract_dir": "sqlite-tools-win32-x86-$matchNumber"
|
|
}
|
|
}
|