ScoopInstaller_Main/bucket/quick-lint-js.json
2022-04-23 04:29:34 +00:00

35 lines
1.3 KiB
JSON

{
"version": "2.4.2",
"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/2.4.2/manual/windows.zip",
"hash": "3df2fbdd978b0eb79f2087bcefe6f2994e27c23c43af1f1ce5c708452b76b972"
},
"32bit": {
"url": "https://c.quick-lint-js.com/releases/2.4.2/manual/windows-x86.zip",
"hash": "a14655dfc4e3ccf3860b1d9b447374e87708bef034587fa55787dc13f6922189"
}
},
"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"
}
}
}