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