2022-12-08 20:25:38 +00:00

25 lines
869 B
JSON

{
"version": "3.6.8",
"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.6.8/fossa_3.6.8_windows_amd64.zip",
"hash": "94752f9b5e17644d56066f6f840f23aae72c7313595f680f835cf1ab54da9a10"
}
},
"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"
}
}
}
}
}