diff --git a/Formula/macaulay2.rb b/Formula/macaulay2.rb index 5ae0bb7..3c07439 100644 --- a/Formula/macaulay2.rb +++ b/Formula/macaulay2.rb @@ -8,6 +8,14 @@ class Macaulay2 < Formula head "https://github.com/Macaulay2/M2/archive/refs/heads/development.tar.gz" + bottle do + root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/macaulay2-1.23-rc1" + sha256 cellar: :any, arm64_sonoma: "07d63ed8d26fff95d0e124c1dd3c99f039fc1865bf1931dc8b9d9e79df9836fa" + sha256 cellar: :any, ventura: "d32af1079f604a504df341420d7cc498f66882eebf8da51defde3996b17ed5ea" + sha256 cellar: :any, monterey: "6f82cd9e3d8a36f58247656d0bc80cd4ec4319e5bc0906bea4f9f962a6561963" + sha256 x86_64_linux: "ee8346922b538b0a6eb95c11144fca9fff03307f3c75d1580dad873d69e04cd1" + end + depends_on "bison" => :build depends_on "cmake" => :build depends_on "ninja" => :build