{ "homepage": "https://www.sqlite.org/", "version": "3.28.0", "license": "Public Domain", "url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3280000.zip", "hash": "fd82249d8cd6bfdc77bb0f443f7f6a8974c138bd03e549fb1de5dceb644df273", "extract_dir": "sqlite-tools-win32-x86-3280000", "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/2019/sqlite-tools-win32-x86-$matchNumber.zip", "extract_dir": "sqlite-tools-win32-x86-$matchNumber" } }