mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-13 20:21:18 +00:00
15 lines
456 B
JSON
15 lines
456 B
JSON
{
|
|
"homepage": "https://www.sqlite.org/",
|
|
"version": "3.15.0",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2016/sqlite-tools-win32-x86-3150000.zip",
|
|
"hash": "78e9666ddd7df9ebf0beaf6c16a5d7b4efefa1577a992f17a66438e0f6f4dec7",
|
|
"extract_dir": "sqlite-tools-win32-x86-3150000",
|
|
"bin": [
|
|
"sqlite3.exe",
|
|
"sqldiff.exe",
|
|
"sqlite3_analyzer.exe"
|
|
],
|
|
"checkver": "<a.*>Version ([\\d.]+)</a>"
|
|
}
|