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 10, 2024
1 parent 0d5bf6e commit a506b8f
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.3"
sha256 cellar: :any, monterey: "ee62aa10c87b1f7aa5be79999701e9562ac870bf158a5c7bc9d7ed4327b00d45"
sha256 cellar: :any, arm64_monterey: "fa8f5183088a7cbb451505e99a70c068c52cee39c06d239433770e9f910beb2b"
sha256 cellar: :any, monterey: "ee62aa10c87b1f7aa5be79999701e9562ac870bf158a5c7bc9d7ed4327b00d45"
end

head do
Expand Down

0 comments on commit a506b8f

Please sign in to comment.