We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0a4824 commit 090fc55Copy full SHA for 090fc55
Formula/macaulay2.rb
@@ -2,10 +2,10 @@ class Macaulay2 < Formula
2
@name = "M2"
3
desc "Software system for algebraic geometry research"
4
homepage "http://macaulay2.com"
5
- url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.25.06.tar.gz"
6
- sha256 "d5cef0196ac98cd31259cfc210c6804c390ab25f081a1d116c14a1932c2e0b4a"
+ url "https://github.com/Macaulay2/M2/archive/refs/heads/release-1.25.11-branch.tar.gz"
+ version "1.25.11-rc1"
7
+ sha256 "64da85f0c56213f15e5f3ff3d96a83eb65e93f612e73bba8c96da35f91e4ec09"
8
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]
- revision 5
9
10
head "https://github.com/Macaulay2/M2/archive/refs/heads/development.tar.gz"
11
0 commit comments