Skip to content

Commit d08277c

Browse files
committed
cbc 2.10.9
cbc: update code comment
1 parent 2bffd19 commit d08277c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Formula/cbc.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Cbc < Formula
22
desc "Mixed integer linear programming solver"
33
homepage "https://github.com/coin-or/Cbc"
4-
url "https://github.com/coin-or/Cbc/archive/releases/2.10.8.tar.gz"
5-
sha256 "8525abb541ee1b8e6ff03b00411b66e98bbc58f95be1aefd49d2bca571be2eaf"
4+
url "https://github.com/coin-or/Cbc/archive/releases/2.10.9.tar.gz"
5+
sha256 "96d02593b01fd1460d421f002734384e4eb1e93ebe1fb3570dc2b7600f20a27e"
66
license "EPL-2.0"
77

88
livecheck do
@@ -28,7 +28,7 @@ class Cbc < Formula
2828
depends_on "osi"
2929

3030
def install
31-
# Work around - same as clp formula
31+
# Work around for:
3232
# Error 1: "mkdir: #{include}/cbc/coin: File exists."
3333
mkdir include/"cbc/coin"
3434

0 commit comments

Comments
 (0)