From ab6373f017c296519c5366e5903d0918f721896b Mon Sep 17 00:00:00 2001 From: Ted Ralphs Date: Sat, 13 Apr 2024 20:55:29 -0400 Subject: [PATCH] New version of CoinUtils --- coinutils.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/coinutils.rb b/coinutils.rb index 4636501..e1b3570 100644 --- a/coinutils.rb +++ b/coinutils.rb @@ -1,9 +1,8 @@ class Coinutils < Formula desc "Utilities used by other Coin-OR projects" homepage "https://github.com/coin-or/CoinUtils" - url "https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/2.11.6.tar.gz" - sha256 "6ea31d5214f7eb27fa3ffb2bdad7ec96499dd2aaaeb4a7d0abd90ef852fc79ca" - revision 1 + url "https://github.com/coin-or/CoinUtils/archive/refs/tags/releases/2.11.11.tar.gz" + sha256 "27da344479f38c82112d738501643dcb229e4ee96a5f87d4f406456bdc1b2cb4" head "https://github.com/coin-or/CoinUtils.git"