{ "version": "3.51.1", "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine", "homepage": "https://www.sqlite.org/", "license": { "identifier": "Public Domain", "url": "https://www.sqlite.org/src/file?name=LICENSE.md" }, "architecture": { "arm64": { "url": "https://www.sqlite.org/2025/sqlite-tools-win-arm64-3510100.zip", "hash": "0ab583903756eed87796e073d771a04efb6728fe2f3fd02c067a6501473aed0a" }, "64bit": { "url": "https://www.sqlite.org/2025/sqlite-tools-win-x64-3510100.zip", "hash": "508858aa62c7a5b750bae4457bf85b422f9eaecf9f37107c2f97cd4fa4d36fcc" } }, "bin": [ "sqlite3.exe", "sqldiff.exe", "sqlite3_analyzer.exe", "sqlite3_rsync.exe" ], "checkver": { "url": "https://www.sqlite.org/download.html", "regex": "PRODUCT,([\\d.]+),(?\\d+)/sqlite-tools-win-x64-(?\\d+)\\.zip" }, "autoupdate": { "architecture": { "arm64": { "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-arm64-$matchClean.zip" }, "64bit": { "url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip" } } } }