mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
22 lines
707 B
JSON
22 lines
707 B
JSON
{
|
|
"homepage": "https://www.sqlite.org/",
|
|
"version": "3170000",
|
|
"license": "Public Domain",
|
|
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-3170000.zip",
|
|
"hash": "625c4b9f0c54d00f029ebfb7c0bdc36e1c25b1135ff5d0cdbb205545f685c020",
|
|
"extract_dir": "sqlite-tools-win32-x86-3170000",
|
|
"bin": [
|
|
"sqlite3.exe",
|
|
"sqldiff.exe",
|
|
"sqlite3_analyzer.exe"
|
|
],
|
|
"checkver": {
|
|
"url": "https://www.sqlite.org/download.html",
|
|
"re": "sqlite-tools-win32-x86-(\\d+).zip"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://www.sqlite.org/2017/sqlite-tools-win32-x86-$version.zip",
|
|
"extract_dir": "sqlite-tools-win32-x86-$version"
|
|
}
|
|
}
|