Skip to content

Commit

Permalink
Updated url, version, and sha256 references
Browse files Browse the repository at this point in the history
1. Updated homepage, url, and head to refer to GitHub rather than coin-or.org
2. Updated version reference to most recent (2.10.5)
3. Updated sha256 for appropriate version (pending)

Changes related to the issue discussed at coin-or/CoinUtils#151
  • Loading branch information
DrShaneBurke authored Mar 6, 2021
1 parent e1fce3d commit 5d07ab7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cgl.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
class Cgl < Formula
desc "Cut-generation library"
homepage "https://projects.coin-or.org/Cgl"
url "https://www.coin-or.org/download/pkgsource/Cgl/Cgl-0.60.2.tgz"
sha256 "44ce4c567a55d4e7550c31f9255e655e365108f03a2cd55db623c142a535a9e9"
head "https://projects.coin-or.org/svn/Cgl/trunk"
homepage "https://github.com/coin-or/Cgl"
url "https://github.com/coin-or/Cgl/archive/releases/0.60.3.tar.gz"
sha256 "6b823a3fab554774018ec636f21f73ac7edd439b995dc0897a187dd657b23f18"
head "https://github.com/coin-or/Cgl/tree/releases/0.60.3/Cgl"
revision 1

option "with-ampl-mp", "Build CLP with ASL support"
option "with-glpk", "Build CLP with support for reading AMPL/GMPL models"
Expand Down

0 comments on commit 5d07ab7

Please sign in to comment.