Skip to content

Commit

Permalink
macaulay2: revision bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Jan 15, 2024
1 parent 25c187a commit dd68dd8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Formula/macaulay2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class Macaulay2 < Formula
desc "Software system for algebraic geometry research"
homepage "http://macaulay2.com"
license any_of: ["GPL-2.0-only", "GPL-3.0-only"]
revision 2
revision 3

stable do
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.22.tar.gz"
Expand All @@ -21,9 +21,7 @@ class Macaulay2 < Formula
sha256 x86_64_linux: "3e64bb7cf1677029e5374c172c81b6a8b556e762d6d3f2c3465a4c9706414f02"
end

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

Check failure on line 24 in Formula/macaulay2.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-latest)

FormulaAudit/ComponentsOrder: `head` (line 24) should be put before `stable` (line 8)

Check failure on line 24 in Formula/macaulay2.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-12)

FormulaAudit/ComponentsOrder: `head` (line 24) should be put before `stable` (line 8)

Check failure on line 24 in Formula/macaulay2.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

FormulaAudit/ComponentsOrder: `head` (line 24) should be put before `stable` (line 8)

depends_on "bison" => :build
depends_on "cmake" => :build
Expand Down

0 comments on commit dd68dd8

Please sign in to comment.