From 5d07ab7e0e4fe4f5da54ed8996b9e8e43018f987 Mon Sep 17 00:00:00 2001 From: Shane Burke <68519104+DrShaneBurke@users.noreply.github.com> Date: Fri, 5 Mar 2021 20:03:52 -0500 Subject: [PATCH] Updated url, version, and sha256 references 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 https://github.com/coin-or/CoinUtils/issues/151 --- cgl.rb | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/cgl.rb b/cgl.rb index ae355a1..b7fc09b 100644 --- a/cgl.rb +++ b/cgl.rb @@ -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"