ScoopInstaller_Main/sqlite.json
2017-08-24 18:00:50 +00:00

22 lines
707 B
JSON

{
"homepage": "https://www.sqlite.org/",
"version": "3200100",
"license": "Public Domain",
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3200100.zip",
"hash": "3f7e37d1ac622455c0ce15f728ca36759afffe4c83449dab76c52315536672a8",
"extract_dir": "sqlite-tools-win32-x86-3200100",
"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"
}
}