{ "version": "3.48.0", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine", "homepage": "https://www.sqlite.org/", "license": { "url": "https://www.sqlite.org/src/file?name=LICENSE.md" }, "architecture": { "64bit": { "url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3480000.zip", "hash": "3243ac7e5f448fb2b1df2c068bad1d27e4fa7668b64e00056ca5e616de059ea8" } }, "bin": [ "sqlite3.exe", "sqldiff.exe", "sqlite3_analyzer.exe" ], "checkver": { "url": "https://www.sqlite.org/download.html", "regex": "(?sm)\\d+-bit DLL \\(x\\d+\\) for SQLite version ([\\d.]+)\\..*?(?\\d+)/sqlite-tools-win-x64-(?\\d+)" }, "autoupdate": { "architecture": { "64bit": { "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip" } } } }