Update sqlite.json

This commit is contained in:
engelhro 2016-01-21 21:19:08 +01:00
parent 335aad9fd7
commit a84eb00cc3

View File

@ -4,6 +4,11 @@
"license": "Public Domain",
"url": "https://sqlite.org/2016/sqlite-tools-win32-x86-3100200.zip",
"hash": "b1ebfcbb0a6453022f90ee7ac37f05dfcd337e574c053b5a543963526424fae8",
"bin": "sqlite3.exe",
"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>"
}