mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-09 18:21:22 +00:00
15 lines
495 B
JSON
15 lines
495 B
JSON
{
|
|
"homepage": "http://www.sqlite.org/",
|
|
"version": "3.10.2",
|
|
"license": "Public Domain",
|
|
"url": "https://sqlite.org/2016/sqlite-tools-win32-x86-3100200.zip",
|
|
"hash": "b1ebfcbb0a6453022f90ee7ac37f05dfcd337e574c053b5a543963526424fae8",
|
|
"extract_dir": "sqlite-tools-win32-x86-3100200",
|
|
"bin": [
|
|
"sqlite3.exe",
|
|
"sqldiff.exe",
|
|
"sqlite3_analyzer.exe"
|
|
],
|
|
"checkver": "<h3>Current Status</h3>\\s*<p><ul>\\s*<li><a.*>Version ([0-9\\.]+)</a>"
|
|
}
|