{ "version": "3.51.2", "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/2026/sqlite-tools-win-arm64-3510200.zip", "hash": "f1399231b07d43121f0c1f625f5824606934cb95752b9b84f8e53d870a816f29" }, "64bit": { "url": "https://www.sqlite.org/2026/sqlite-tools-win-x64-3510200.zip", "hash": "4f37b51322f1e15f85e451daaecaa5eb28296bfa6523fdda1b4042638e89e410" } }, "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" } } } }