mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-21 02:55:15 +00:00
25 lines
869 B
JSON
25 lines
869 B
JSON
{
|
|
"version": "3.8.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.8.1/fossa_3.8.1_windows_amd64.zip",
|
|
"hash": "29361914b6f3a95ae8f2de5d03fd1d661d694e2c4a910d0a883d323594be94a4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|