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