2020-01-27 22:01:50 +00:00

27 lines
1023 B
JSON

{
"homepage": "https://www.sqlite.org/",
"description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine.",
"version": "3.31.1",
"license": "Public Domain",
"url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3310100.zip",
"hash": "sha1:84de665d28cff0f8c512889cd356712e17310637",
"extract_dir": "sqlite-tools-win32-x86-3310100",
"bin": [
"sqlite3.exe",
"sqldiff.exe",
"sqlite3_analyzer.exe"
],
"checkver": {
"url": "https://www.sqlite.org/download.html",
"regex": "(?sm)64-bit DLL \\(x64\\) for SQLite version ([\\d.]+)\\..*?(?<year>\\d+)/sqlite-tools-win32-x86-(?<clean>\\d+)"
},
"autoupdate": {
"url": "https://www.sqlite.org/$matchYear/sqlite-tools-win32-x86-$matchClean.zip",
"hash": {
"url": "https://www.sqlite.org/download.html",
"regex": "(?sm)$basename.*?$sha1"
},
"extract_dir": "sqlite-tools-win32-x86-$matchClean"
}
}