Skip to content

Commit

Permalink
Update wiggins tag, changelog (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck authored Apr 5, 2021
1 parent 7b7f1e5 commit 0c5263f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v2.5.9

- Update the VPS scanning plugin:
- Resolve issues reading IPR files with null byte content.
- Workaround recursive variable declarations when parsing Android.mk files.

# v2.5.8

- Support makefiles in `fossa vps aosp-notice-file` ([#216](https://github.com/fossas/spectrometer/pull/216))
Expand Down
2 changes: 1 addition & 1 deletion vendor_download.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ esac
TAG="latest"
echo "Downloading asset information from latest tag for architecture '$ASSET_POSTFIX'"

WIGGINS_TAG="2021-03-30-28383e8"
WIGGINS_TAG="2021-04-05-14e2911"
echo "Downloading wiggins binary"
echo "Using wiggins release: $WIGGINS_TAG"
WIGGINS_RELEASE_JSON=vendor/wiggins-release.json
Expand Down

0 comments on commit 0c5263f

Please sign in to comment.