mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-11 19:21:18 +00:00
* makes changes to almost all main repo files to be in accordance with .editorconfig * some files in "test\fixtures\..." were left alone to avoid breaking tests * NOTE: whitespace changes *only* (`git diff -b` shows no changes)
10 lines
351 B
JSON
10 lines
351 B
JSON
{
|
|
"homepage": "http://www.sqlite.org/",
|
|
"version": "3.8.6",
|
|
"license": "Public Domain",
|
|
"url": "https://sqlite.org/2014/sqlite-shell-win32-x86-3080600.zip",
|
|
"hash": "sha1:e25f75ed380d9f7458fd024db01a946a65852e8c",
|
|
"bin": "sqlite3.exe",
|
|
"checkver": "<h3>Current Status</h3>\\s*<p><ul>\\s*<li><a.*>Version ([0-9\\.]+)</a>"
|
|
}
|