2024-02-09 20:23:19 +00:00

25 lines
869 B
JSON

{
"version": "3.9.1",
"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.1/fossa_3.9.1_windows_amd64.zip",
"hash": "61513725281b93bd67e6dc6c81c765d0b19eb2cd4e61b4bae8a58b46144531bf"
}
},
"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"
}
}
}
}
}