Skip to content

Commit

Permalink
macaulay2: v1.23
Browse files Browse the repository at this point in the history
Closes #220.

Signed-off-by: Mahrud Sayrafi <[email protected]>
  • Loading branch information
mahrud committed Mar 20, 2024
1 parent 854d401 commit 8b205a1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions Formula/macaulay2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,12 @@ class Macaulay2 < Formula
@name = "M2"
desc "Software system for algebraic geometry research"
homepage "http://macaulay2.com"
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.23.tar.gz"
sha256 "306e3bf24514e9733a03ff8e24127b41b91fa7e593ed520651c892538c04344b"
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]
revision 1

head "https://github.com/Macaulay2/M2/archive/refs/heads/development.tar.gz"

stable do
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.23-rc1.tar.gz"
sha256 "855ee4453e5c6f346e0f248d2ebee8d0b35d806caeeab34584d21c4bc9046f32"
patch do
url "https://github.com/Macaulay2/M2/commit/4f4146b082b2908b4bed8e69818d8b66fa4e8d32.patch?full_index=1"
sha256 "ce0167d844eba1d33a7e62ec5fa951c49bb005511257fe0b25f5a6a30a98892c"
end
end

bottle do
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/macaulay2-1.23-rc1_1"
sha256 cellar: :any, arm64_sonoma: "53f9e13a29abd13f2e16a19fb86ea0a8ffdbfd7a12dc9d3becca8d1d9f80e963"
Expand Down

0 comments on commit 8b205a1

Please sign in to comment.