Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
fix homebrew sha256 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
praphael committed Jun 15, 2021
1 parent 5aefac9 commit 16c13de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate_bottle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ echo "class Eosio < Formula
bottle do
root_url \"https://github.com/eosio/eos/releases/download/v${VERSION}\"
sha256 \"${hash}\" => :${MAC_VERSION}
sha256 ${MAC_VERSION}: \"${hash}\"
end
def install
raise \"Error, only supporting binary packages at this time\"
Expand Down

0 comments on commit 16c13de

Please sign in to comment.