Skip to content

Commit

Permalink
fix mac arm
Browse files Browse the repository at this point in the history
  • Loading branch information
abrightwell committed Jan 5, 2024
1 parent f8c0101 commit 3be1956
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/cb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ class Cb < Formula

bottle do
root_url "https://github.com/CrunchyData/homebrew-brew/releases/download/cb-3.4.2"
sha256 cellar: :any, monterey: "f6bc990e70b1abc47100241042ac81b782c53d4818f42d729e5fa71e0dccbada"
sha256 cellar: :any, arm64_monterey: "481d56734225443e17383802f53cdb1d350ed177feaaa6eb5a61f6c48afca0f6"
sha256 cellar: :any, monterey: "f6bc990e70b1abc47100241042ac81b782c53d4818f42d729e5fa71e0dccbada"
end

head do
Expand Down

0 comments on commit 3be1956

Please sign in to comment.