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 31, 2024
1 parent f54da0d commit c3bfa01
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 @@ -9,7 +9,8 @@ class Cb < Formula

bottle do
root_url "https://github.com/CrunchyData/homebrew-brew/releases/download/cb-3.5.0"
sha256 cellar: :any, monterey: "07ffc0a275bd5f08f791f0d507012bc2a255e3a08d5f1726a4dce946495b16f1"
sha256 cellar: :any, arm64_monterey: "6b382d22ba8886c4e53f052ed714509a4d7335f110dd3601681f75efd1cc75a2"
sha256 cellar: :any, monterey: "07ffc0a275bd5f08f791f0d507012bc2a255e3a08d5f1726a4dce946495b16f1"
end

depends_on "crystal" => :build
Expand Down

0 comments on commit c3bfa01

Please sign in to comment.