2025-03-21 00:37:17 +00:00

25 lines
872 B
JSON

{
"version": "3.10.5",
"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.10.5/fossa_3.10.5_windows_amd64.zip",
"hash": "8e9ffc11fe6ac097532d5e4a3d6fd2f26383dc8b571c37f4a9e7a7ddcbc16af4"
}
},
"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"
}
}
}
}
}