mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
31 lines
1002 B
JSON
31 lines
1002 B
JSON
{
|
|
"version": "3.46.1",
|
|
"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/2024/sqlite-tools-win-x64-3460100.zip",
|
|
"hash": "c86c0fe0b0b46cfaac40812a26c958bbf2378b6ef9d784d6354d9f5bd66e566b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|