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 23, 2024
1 parent b9b628c commit 6d0add3
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.4.4"
sha256 cellar: :any, monterey: "e28ed768605b7a1907cb947e68f0401cbbd1d39359f67b689bbaa289fdca5de0"
sha256 cellar: :any, arm64_monterey: "35f02f5b6b9ff98e3b1a40a22d9e4265eb7d05c9fd112161322ad0d21ad3f788"
sha256 cellar: :any, monterey: "e28ed768605b7a1907cb947e68f0401cbbd1d39359f67b689bbaa289fdca5de0"
end

depends_on "crystal" => :build
Expand Down

0 comments on commit 6d0add3

Please sign in to comment.