Skip to content

Commit

Permalink
Update shasum for clang-format mac.
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-heltai committed Sep 6, 2023
1 parent b60d3b4 commit dae1c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/utilities/download_clang_format
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ case "${OSTYPE}" in
darwin*)
FILENAME="clang-format-${VERSION}-darwin-intel.tar.gz"
CHECKSUM_CMD="shasum"
CHECKSUM="5b8c310a660102a1aa46cc0242294fb14271797a4027883a698651411f8e51bf $FILENAME"
CHECKSUM="b4e0706540f86aca2837eed47e78d7cdae04448d $FILENAME"
;;
*)
echo "unknown: ${OSTYPE}"
Expand Down

0 comments on commit dae1c97

Please sign in to comment.