Skip to content

Commit 38d1d7c

Browse files
committed
Bump Macaulay2 to 1.25.11
Closes #294. Signed-off-by: Doug Torrance <[email protected]>
1 parent 5bd0d15 commit 38d1d7c

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/macaulay2.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ class Macaulay2 < Formula
22
@name = "M2"
33
desc "Software system for algebraic geometry research"
44
homepage "http://macaulay2.com"
5-
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.25.06.tar.gz"
6-
sha256 "d5cef0196ac98cd31259cfc210c6804c390ab25f081a1d116c14a1932c2e0b4a"
5+
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.25.11.tar.gz"
6+
sha256 "9700005196e4368af52156efaff081a4771fd21545a3cd8c2ee3b0571aeaa17f"
77
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]
8-
revision 5
98

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

@@ -21,7 +20,7 @@ class Macaulay2 < Formula
2120
depends_on "eigen@3" => :build # TODO: drop the "@3"
2221
depends_on "ninja" => :build
2322
depends_on "node" => :build
24-
depends_on "pkg-config" => :build
23+
depends_on "pkgconf" => :build
2524

2625
depends_on "bdw-gc"
2726
depends_on "boost"

0 commit comments

Comments
 (0)