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