mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-13 07:05:14 +00:00
25 lines
869 B
JSON
25 lines
869 B
JSON
{
|
|
"version": "3.9.4",
|
|
"description": "Dependency analysis tool. Supports license & vulnerability scanning. Language-agnostic; integrates with 20+ build systems.",
|
|
"homepage": "https://github.com/fossas/fossa-cli",
|
|
"license": "MPL-2.0",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fossas/fossa-cli/releases/download/v3.9.4/fossa_3.9.4_windows_amd64.zip",
|
|
"hash": "2d0e05c797b8ab97f1041ad36b40de0c1a1de77039c77d9a9d4724a003379e04"
|
|
}
|
|
},
|
|
"bin": "fossa.exe",
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/fossas/fossa-cli/releases/download/v$version/fossa_$version_windows_amd64.zip",
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|