fossa: Add au.hash and update to 3.0.0 (#2959)

Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
This commit is contained in:
meghfossa 2021-11-15 08:12:30 -07:00 committed by GitHub
parent bb39e9cda9
commit 083647c73e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,12 @@
{ {
"version": "2.19.9", "version": "3.0.0",
"description": "Dependency analysis tool. Supports license & vulnerability scanning. Language-agnostic; integrates with 20+ build systems.", "description": "Dependency analysis tool. Supports license & vulnerability scanning. Language-agnostic; integrates with 20+ build systems.",
"homepage": "https://github.com/fossas/spectrometer", "homepage": "https://github.com/fossas/fossa-cli",
"license": "MPL-2.0", "license": "MPL-2.0",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/fossas/spectrometer/releases/download/v2.19.9/fossa_2.19.9_windows_amd64.zip", "url": "https://github.com/fossas/fossa-cli/releases/download/v3.0.0/fossa_3.0.0_windows_amd64.zip",
"hash": "3c6a3a113d6093952c8e6ca587669ebe433b457a86c19aa9d3eb84b2bbe5a21f" "hash": "2ffe22adcc49fbea4e5f8c5a6fd1e18368fc1f979b0e85b01d51f1ee97e5eceb"
} }
}, },
"bin": "fossa.exe", "bin": "fossa.exe",
@ -14,7 +14,10 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/fossas/spectrometer/releases/download/v$version/fossa_$version_windows_amd64.zip" "url": "https://github.com/fossas/fossa-cli/releases/download/v$version/fossa_$version_windows_amd64.zip",
"hash": {
"url": "$url.sha256"
}
} }
} }
} }