ScoopInstaller_Main/sqlite.json
2018-04-02 12:01:56 +00:00

22 lines
775 B
JSON

{
"homepage": "https://www.sqlite.org/",
"version": "3.23.0",
"license": "Public Domain",
"url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3230000.zip",
"hash": "b59010b11a97df391539ba1484dc3871804912d0c7d81b4f1414f51031aa0824",
"extract_dir": "sqlite-tools-win32-x86-3230000",
"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"
}
}