diff --git a/scripts/sbom_scraper.sh b/scripts/sbom_scraper.sh index d1ef495..9f9baec 100755 --- a/scripts/sbom_scraper.sh +++ b/scripts/sbom_scraper.sh @@ -73,7 +73,7 @@ log() { TOOL_NAME="https://github.com/jitsuin-inc/archivist-shell $SCRIPTNAME" # # Set this value just before release -TOOL_VERSION="v0.3.5" +TOOL_VERSION="v0.5.1" TOOL_VENDOR="RKVST Inc" TOOL_HASH_ALG=SHA-256 TOOL_HASH_CONTENT=$(shasum -a 256 "$0" | cut -d' ' -f1)