File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ 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/heads/release-1.25.11-branch.tar.gz"
6+ version "1.25.11-rc1"
7+ sha256 "64da85f0c56213f15e5f3ff3d96a83eb65e93f612e73bba8c96da35f91e4ec09"
78 license any_of : [ "GPL-2.0-only" , "GPL-3.0-only" ]
8- revision 5
99
1010 head "https://github.com/Macaulay2/M2/archive/refs/heads/development.tar.gz"
1111
@@ -21,7 +21,7 @@ class Macaulay2 < Formula
2121 depends_on "eigen@3" => :build # TODO: drop the "@3"
2222 depends_on "ninja" => :build
2323 depends_on "node" => :build
24- depends_on "pkg-config " => :build
24+ depends_on "pkgconf " => :build
2525
2626 depends_on "bdw-gc"
2727 depends_on "boost"
You can’t perform that action at this time.
0 commit comments