fossa: Add version 2.17.2 (#2778)

* fossa: Add version 2.17.0

* orginize

Co-authored-by: Issac Lin <issaclin32@gmail.com>
This commit is contained in:
Rodrigo López Dato 2021-10-20 12:14:52 -03:00 committed by GitHub
parent 15064d1d18
commit c135e78c75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/fossa.json Normal file
View File

@ -0,0 +1,21 @@
{
"version": "2.17.2",
"description": "Dependency analysis tool. Supports license & vulnerability scanning. Language-agnostic; integrates with 20+ build systems.",
"homepage": "https://github.com/fossas/spectrometer",
"license": "MPL-2.0",
"bin": "fossa.exe",
"architecture": {
"64bit": {
"url": "https://github.com/fossas/spectrometer/releases/download/v2.17.2/fossa_2.17.2_windows_amd64.zip",
"hash": "2464af1a7953748c14a1549b56f7e82ac2aeaef94cf69d3197f696ea260747cc"
}
},
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/fossas/spectrometer/releases/download/v$version/fossa_$version_windows_amd64.zip"
}
}
}
}