mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
27 lines
1023 B
JSON
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.30.1",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3300100.zip",
|
|
"hash": "sha1:11d5d92b21a50678d73aba61389b6a568c39de2a",
|
|
"extract_dir": "sqlite-tools-win32-x86-3300100",
|
|
"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"
|
|
}
|
|
}
|