From c135e78c75acfa3e7db5f46f72a6042b7c861d44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20L=C3=B3pez=20Dato?= Date: Wed, 20 Oct 2021 12:14:52 -0300 Subject: [PATCH] fossa: Add version 2.17.2 (#2778) * fossa: Add version 2.17.0 * orginize Co-authored-by: Issac Lin --- bucket/fossa.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/fossa.json diff --git a/bucket/fossa.json b/bucket/fossa.json new file mode 100644 index 0000000000..76cc4f85f8 --- /dev/null +++ b/bucket/fossa.json @@ -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" + } + } + } +}