Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
welpaolo committed Mar 20, 2024
1 parent 0bf79d2 commit 950bb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ parts:
URL=$(echo "$URL_BASE" | sed "s/LIB_VERSION/$LIB_VERSION/g")
JAR_FILE=$(echo "${URL##*/}")
echo "Download from URL: $URL"
wget "$URL"
wget -q "$URL"
ACTUAL_SHA=$("$SHA" "$JAR_FILE" | awk '{print $1}')
echo "$ACTUAL_SHA"
echo "$EXPECTED_SHA"
Expand Down

0 comments on commit 950bb92

Please sign in to comment.