mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 12:41:21 +00:00
* sqlite: add au.hash * Update bucket/sqlite.json Co-Authored-By: Jakub Čábera <cabera.jakub@gmail.com>
27 lines
986 B
JSON
27 lines
986 B
JSON
{
|
|
"homepage": "https://www.sqlite.org/",
|
|
"description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine.",
|
|
"version": "3.29.0",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-3290000.zip",
|
|
"hash": "sha1:f009ff42b8c22886675005e3e57c94d62bca12b3",
|
|
"extract_dir": "sqlite-tools-win32-x86-3290000",
|
|
"bin": [
|
|
"sqlite3.exe",
|
|
"sqldiff.exe",
|
|
"sqlite3_analyzer.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.sqlite.org/download.html",
|
|
"regex": "sqlite-tools-win32-x86-(?<number>[\\d]+).zip.*?for SQLite version ([\\d.]+)\\."
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.sqlite.org/2019/sqlite-tools-win32-x86-$matchNumber.zip",
|
|
"hash": {
|
|
"url": "https://www.sqlite.org/download.html",
|
|
"regex": "(?sm)$basename.*?$sha1"
|
|
},
|
|
"extract_dir": "sqlite-tools-win32-x86-$matchNumber"
|
|
}
|
|
}
|