ScoopInstaller_Main/sqlite.json
2017-11-13 10:44:36 +01:00

22 lines
775 B
JSON

{
"homepage": "https://www.sqlite.org/",
"version": "3.21.0",
"license": "Public Domain",
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip",
"hash": "515b0230860e3557cafc9b1e1207349c10a8a823f82af6d769d86fee99df4681",
"extract_dir": "sqlite-tools-win32-x86-3210000",
"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/2017/sqlite-tools-win32-x86-$matchNumber.zip",
"extract_dir": "sqlite-tools-win32-x86-$matchNumber"
}
}