mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
35 lines
1.3 KiB
JSON
35 lines
1.3 KiB
JSON
{
|
|
"version": "3.2.0",
|
|
"description": "Find bugs in JavaScript programs.",
|
|
"homepage": "https://quick-lint-js.com/",
|
|
"license": "GPL-3.0-or-later,MIT,BSL-1.0,Apache-2.0,ZPL-2.1,Public Domain,Unknown,ISC,BSD-2-Clause,MIT-CMU,LGPL-2.1-or-later,GPL-2.0-or-later,BSD-3-Clause",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://c.quick-lint-js.com/releases/3.2.0/manual/windows.zip",
|
|
"hash": "aaf429fb9de9135b7f5f78e113fca6c6806617ec0015e107c97cfc1e062e7e87"
|
|
},
|
|
"32bit": {
|
|
"url": "https://c.quick-lint-js.com/releases/3.2.0/manual/windows-x86.zip",
|
|
"hash": "d98c251cc880ab208880c2cb1b45caa386999724ff1884e149d17fde6f3e4d2d"
|
|
}
|
|
},
|
|
"bin": "bin\\quick-lint-js.exe",
|
|
"checkver": {
|
|
"url": "https://c.quick-lint-js.com/releases/latest/scoop/quick-lint-js.json",
|
|
"jsonpath": "$.version"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://c.quick-lint-js.com/releases/$version/manual/windows.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://c.quick-lint-js.com/releases/$version/manual/windows-x86.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/../SHA256SUMS"
|
|
}
|
|
}
|
|
}
|