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 Nov 3, 2023
1 parent b32ade8 commit 45e1b0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
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

0 comments on commit 45e1b0c

Please sign in to comment.