{ "homepage": "https://www.sqlite.org/", "version": "3.26.0", "license": "Public Domain", "url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-3260000.zip", "hash": "0218b458495affe108e63e0786bbe7418dcd2da3d28c07207c466a16cded8793", "extract_dir": "sqlite-tools-win32-x86-3260000", "bin": [ "sqlite3.exe", "sqldiff.exe", "sqlite3_analyzer.exe" ], "checkver": { "url": "https://www.sqlite.org/download.html", "re": "sqlite-tools-win32-x86-(?[\\d]+).zip[\\s\\S]+for SQLite version (?[\\d.]+)\\." }, "autoupdate": { "url": "https://www.sqlite.org/2018/sqlite-tools-win32-x86-$matchNumber.zip", "extract_dir": "sqlite-tools-win32-x86-$matchNumber" } }