mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-19 10:05:15 +00:00
22 lines
707 B
JSON
22 lines
707 B
JSON
{
|
|
"homepage": "https://www.sqlite.org/",
|
|
"version": "3190000",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3190000.zip",
|
|
"hash": "e2a55e387818d4fad8437c6452d32a16937cb0a40568a0a817a84d8f20288c61",
|
|
"extract_dir": "sqlite-tools-win32-x86-3190000",
|
|
"bin": [
|
|
"sqlite3.exe",
|
|
"sqldiff.exe",
|
|
"sqlite3_analyzer.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.sqlite.org/download.html",
|
|
"re": "sqlite-tools-win32-x86-(\\d+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-$version.zip",
|
|
"extract_dir": "sqlite-tools-win32-x86-$version"
|
|
}
|
|
}
|