We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8139d96 commit b087178Copy full SHA for b087178
Formula/mathicgb.rb
@@ -1,10 +1,9 @@
1
class Mathicgb < Formula
2
desc "Compute (signature) Groebner bases using the fast datastructures from mathic"
3
homepage "https://github.com/Macaulay2/mathicgb"
4
- url "https://github.com/Macaulay2/mathicgb.git", using: :git, branch: "master"
5
- version "1.0"
+ url "https://github.com/Macaulay2/mathicgb/releases/download/v1.2/mathicgb-1.2.tar.gz"
+ sha256 "5052ea8b175658a018d51cecef6c8d31f103ca3a7254b3690b4dbf80cbf0322e"
6
license "GPL-2.0-or-later"
7
- revision 9
8
9
bottle do
10
root_url "https://github.com/Macaulay2/homebrew-tap/releases/download/mathicgb-1.0_9"
0 commit comments