Skip to content

Commit

Permalink
added arm64_monterey bottles
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Jul 25, 2023
1 parent c93a9c0 commit 5a5f7e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Formula/gfan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class Gfan < Formula

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/gfan-0.6.2_10"
sha256 cellar: :any, arm64_monterey: "229e0358f1ebc66a7ad1c19c06bde99e15665a39cee27e60b59a4301e4f469c0"
sha256 cellar: :any, arm64_monterey: "367389d12288f03032f98d20de2389e018932060c57f766b483e0608aa44fec9"
sha256 cellar: :any, arm64_ventura: "9beaf48e587b697d3430a462335839d7d3d31523fe51c2e079f68a5c5d0a5e6c"
sha256 cellar: :any, big_sur: "0ed20db484e5f69dcbe72a5a5c28c2d430733844ee6f9f541ddc8628e407a075"
sha256 cellar: :any, catalina: "49328ff1820ac2f7af1941e7e14825c0b54bee8c28727cb5c40287ba25d09587"
Expand Down
9 changes: 5 additions & 4 deletions Formula/normaliz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ class Normaliz < Formula

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/normaliz-3.10.1"
sha256 cellar: :any, ventura: "b8cbec583456a6437627333ea2842f1dec0ccf8f54a1613efda6cfab4223a897"
sha256 cellar: :any, monterey: "dd036d66eee8313b452b3ea746890c2c4acc8408de10860fc7f474fa739181a2"
sha256 cellar: :any, big_sur: "387e82eaccda9c68076f3db6848792a57485c83a4f1a039f9f635fcd6bfeefc0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "906077f6c60a11e47aa23b6cdc71af3a6e4f79e9f5d21cb58d5918644c701e69"
sha256 cellar: :any, arm64_monterey: "234c8c27a07bbda20cb534f1a1ea1ad5a425f8487d629edd6aa8b2fe79bd7452"
sha256 cellar: :any, ventura: "b8cbec583456a6437627333ea2842f1dec0ccf8f54a1613efda6cfab4223a897"
sha256 cellar: :any, monterey: "dd036d66eee8313b452b3ea746890c2c4acc8408de10860fc7f474fa739181a2"
sha256 cellar: :any, big_sur: "387e82eaccda9c68076f3db6848792a57485c83a4f1a039f9f635fcd6bfeefc0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "906077f6c60a11e47aa23b6cdc71af3a6e4f79e9f5d21cb58d5918644c701e69"
end

depends_on "autoconf" => :build
Expand Down
11 changes: 6 additions & 5 deletions Formula/topcom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ class Topcom < Formula

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/topcom-1.1.2_6"
sha256 cellar: :any, arm64_ventura: "3a7be1f7cb674b1ab31ebd06c8a6f93d112f93bbad3c0ef731e5e928f1af28e5"
sha256 cellar: :any, ventura: "6c8f018724d0b885ebe44507e9698f1e88d9ae7e39f4540d89809bd776511949"
sha256 cellar: :any, monterey: "123255b73771b5f28b0074b8569877adc509aea99f908cb32af88338a69ce2b4"
sha256 cellar: :any, big_sur: "e4b35050590e7639375aff7a20adb6fc863fccc1ad08e57c2988d8dbbb0aac34"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1acd391b45a89bc3a8368ca7a0fe0b1ed542da6ade9c82573232b995fab7a4e7"
sha256 cellar: :any, arm64_monterey: "5651a74747628e62cb4786aef24a69af07ed32af38449f47d40a232835fca578"
sha256 cellar: :any, arm64_ventura: "3a7be1f7cb674b1ab31ebd06c8a6f93d112f93bbad3c0ef731e5e928f1af28e5"
sha256 cellar: :any, ventura: "6c8f018724d0b885ebe44507e9698f1e88d9ae7e39f4540d89809bd776511949"
sha256 cellar: :any, monterey: "123255b73771b5f28b0074b8569877adc509aea99f908cb32af88338a69ce2b4"
sha256 cellar: :any, big_sur: "e4b35050590e7639375aff7a20adb6fc863fccc1ad08e57c2988d8dbbb0aac34"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1acd391b45a89bc3a8368ca7a0fe0b1ed542da6ade9c82573232b995fab7a4e7"
end

depends_on "autoconf" => :build
Expand Down

0 comments on commit 5a5f7e4

Please sign in to comment.