From bc5930629f98ac4c51442da43c46b542c6af6fdd Mon Sep 17 00:00:00 2001 From: Kit Martin Date: Tue, 2 Nov 2021 15:14:34 -0700 Subject: [PATCH] Use wiggins 2021-11-01-6b0a1ce (#427) --- Changelog.md | 4 ++++ vendor_download.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e12ca3f4b..bb7d83dd8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Spectrometer Changelog +## v2.19.5 + +- Fixes an issue observed during VSI analysis where fingerprinting files with lines longer than 64KiB would fail. ([#427](https://github.com/fossas/spectrometer/pull/427)) + ## v2.19.4 - Adds experimental capability for filtering gradle configuration for analysis. ([#425](https://github.com/fossas/spectrometer/pull/425)) diff --git a/vendor_download.sh b/vendor_download.sh index bfd988703..f9eaf615c 100755 --- a/vendor_download.sh +++ b/vendor_download.sh @@ -45,7 +45,7 @@ esac TAG="latest" echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'" -WIGGINS_TAG="2021-10-28-4a27736" +WIGGINS_TAG="2021-11-01-6b0a1ce" echo "Downloading wiggins binary" echo "Using wiggins release: $WIGGINS_TAG" WIGGINS_RELEASE_JSON=vendor-bins/wiggins-release.json