ScoopInstaller_Main/sqlite.json
2017-10-24 21:00:17 +00:00

22 lines
707 B
JSON

{
"homepage": "https://www.sqlite.org/",
"version": "3210000",
"license": "Public Domain",
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip",
"hash": "bee05e6e3d6c15a4b149cf879596e602a025c0c622b862bc2a2a056003d2a64b",
"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-(\\d+).zip"
},
"autoupdate": {
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-$version.zip",
"extract_dir": "sqlite-tools-win32-x86-$version"
}
}