Skip to content

Commit

Permalink
add arm64 bottle for frobby
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Oct 31, 2022
1 parent 0dc5c5d commit 61a2920
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Formula/frobby.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ class Frobby < Formula

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/frobby-0.9.5_3"
sha256 cellar: :any_skip_relocation, monterey: "702731828706965b0979b4457bd0b2e06354006b9d72279684cb77f837880da7"
sha256 cellar: :any_skip_relocation, catalina: "c83aef13da2a57ca68b8dec3aed4cc83e0fe451cdbf5207a006a7b0d95202aa2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "22765bce23fb27bc4ec9a20b7f6e7f7ed1bbc4870333fc917331bcc66857b32a"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4e7bb29fe1c62d272d7971efce0328f0e0b07e7b383d8937855e9849f6bce7c3"
sha256 cellar: :any_skip_relocation, monterey: "702731828706965b0979b4457bd0b2e06354006b9d72279684cb77f837880da7"
sha256 cellar: :any_skip_relocation, catalina: "c83aef13da2a57ca68b8dec3aed4cc83e0fe451cdbf5207a006a7b0d95202aa2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "22765bce23fb27bc4ec9a20b7f6e7f7ed1bbc4870333fc917331bcc66857b32a"
end

unless OS.mac?
Expand Down

0 comments on commit 61a2920

Please sign in to comment.