2025-05-29 16:30:20 +00:00

31 lines
1002 B
JSON

{
"version": "3.50.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-3500000.zip",
"hash": "7de2dcd6c178eda6f4183f9fa2fd4aa3d6586ea673ba6b7188d4cc688ff40f1e"
}
},
"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.]+)\\..*?(?<year>\\d+)/sqlite-tools-win-x64-(?<clean>\\d+)"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://www.sqlite.org/$matchYear/sqlite-tools-win-x64-$matchClean.zip"
}
}
}
}