Skip to content

Commit

Permalink
changed to using archive/refs/tags urls
Browse files Browse the repository at this point in the history
  • Loading branch information
mahrud committed Oct 25, 2023
1 parent 80b038d commit f7ea0f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Formula/cohomcalg.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Cohomcalg < Formula
desc "Computation of sheaf cohomologies for line bundles on toric varieties"
homepage "https://github.com/BenjaminJurke/cohomCalg"
url "https://github.com/BenjaminJurke/cohomCalg/archive/v0.32.tar.gz"
url "https://github.com/BenjaminJurke/cohomCalg/archive/refs/tags/v0.32.tar.gz"
sha256 "367c52b99c0b0a4794b215181439bf54abe4998872d3ef25d793bc13c4d40e42"
license "GPL-3.0-only"
revision 1
Expand Down
2 changes: 1 addition & 1 deletion Formula/csdp.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Csdp < Formula

Check warning on line 1 in Formula/csdp.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-11)

No bottle built for csdp!

csdp has unbottled dependencies, so a bottle will not be built.
desc "Semidefinite programming problems"
homepage "https://github.com/coin-or/Csdp"
url "https://github.com/coin-or/Csdp/archive/releases/6.2.0.tar.gz"
url "https://github.com/coin-or/Csdp/archive/refs/tags/releases/6.2.0.tar.gz"
sha256 "3d341974af1f8ed70e1a37cc896e7ae4a513375875e5b46db8e8f38b7680b32f"
license "EPL-2.0"
revision 10
Expand Down
2 changes: 1 addition & 1 deletion Formula/lrs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ class Lrs < Formula
desc "Vertex enumeration/convex hull problems"
homepage "https://github.com/mkoeppe/lrslib" # http://cgm.cs.mcgill.ca/~avis/C/lrs.html
# update
url "https://github.com/mkoeppe/lrslib/archive/lrslib-070.tar.gz"
url "https://github.com/mkoeppe/lrslib/archive/refs/tags/lrslib-070.tar.gz"
sha256 "0a8e4d9afe0b608333e256a9e4588eb7080ebb0966ae3dcb7df708ba2bde6f90"
license "GPL-2.0-only"
revision 1
Expand Down
3 changes: 2 additions & 1 deletion Formula/macaulay2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ class Macaulay2 < Formula
end

head do
url "https://github.com/Macaulay2/M2/archive/refs/heads/master.tar.gz"
url "https://github.com/Macaulay2/M2/archive/refs/tags/release-1.22.tar.gz"
sha256 "fededb82203d93f3f6db22db97350407fc6e55e90285cc8fa89713ff21d5c0fc"
end

depends_on "bison" => :build
Expand Down

0 comments on commit f7ea0f1

Please sign in to comment.