2023-09-01 08:26:35 +00:00

25 lines
872 B
JSON

{
"version": "3.8.11",
"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.8.11/fossa_3.8.11_windows_amd64.zip",
"hash": "43e93a2bf6d7347df8c55173ccb2e54547dda721404ad89962120f3bbd951d49"
}
},
"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"
}
}
}
}
}