mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
22 lines
775 B
JSON
22 lines
775 B
JSON
{
|
|
"homepage": "https://www.sqlite.org/",
|
|
"version": "3.22.0",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3220000.zip",
|
|
"hash": "e318d482423913fc8439bc551362372b10234594cf6928bd927fed4c7e79dcbe",
|
|
"extract_dir": "sqlite-tools-win32-x86-3220000",
|
|
"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/2018/sqlite-tools-win32-x86-$matchNumber.zip",
|
|
"extract_dir": "sqlite-tools-win32-x86-$matchNumber"
|
|
}
|
|
}
|