File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments