Skip to content

Commit

Permalink
Update yq
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Oct 29, 2023
1 parent 557db64 commit 619da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2/03-install-citadel/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ EOF
echo "Install yq..."
# Download yq from GitHub
yq_temp_file="/tmp/yq"
curl -L "https://github.com/mikefarah/yq/releases/download/v4.24.5/yq_linux_arm64" -o "${yq_temp_file}"
curl -L "https://github.com/mikefarah/yq/releases/download/v4.35.2/yq_linux_arm64" -o "${yq_temp_file}"

# Check file matches checksum
if [[ "$(sha256sum "${yq_temp_file}" | awk '{ print $1 }')" == "8879e61c0b3b70908160535ea358ec67989ac4435435510e1fcb2eda5d74a0e9" ]]; then
Expand Down

0 comments on commit 619da0a

Please sign in to comment.