mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
22 lines
775 B
JSON
22 lines
775 B
JSON
{
|
|
"homepage": "https://www.sqlite.org/",
|
|
"version": "3.27.1",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3270100.zip",
|
|
"hash": "d0c0929e51682c28cd81247d6c894543bb8aaf441b0a6546d7f29b6aa38045e9",
|
|
"extract_dir": "sqlite-tools-win32-x86-3270100",
|
|
"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"
|
|
}
|
|
}
|