From b9d60b3808cf5b3810b0570bb698f03592b0d5f2 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:33:47 +0800 Subject: [PATCH 1/2] or-tools 9.11 --- Formula/o/or-tools.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/o/or-tools.rb b/Formula/o/or-tools.rb index c06d5d92c1564..fbdba08159be9 100644 --- a/Formula/o/or-tools.rb +++ b/Formula/o/or-tools.rb @@ -1,10 +1,9 @@ class OrTools < Formula desc "Google's Operations Research tools" homepage "https://developers.google.com/optimization/" - url "https://github.com/google/or-tools/archive/refs/tags/v9.10.tar.gz" - sha256 "e7c27a832f3595d4ae1d7e53edae595d0347db55c82c309c8f24227e675fd378" + url "https://github.com/google/or-tools/archive/refs/tags/v9.11.tar.gz" + sha256 "f6a0bd5b9f3058aa1a814b798db5d393c31ec9cbb6103486728997b49ab127bc" license "Apache-2.0" - revision 7 head "https://github.com/google/or-tools.git", branch: "stable" livecheck do From 5f0d74baad4328f323b858ed369d4ba8f304a899 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 14 Sep 2024 09:03:53 +0000 Subject: [PATCH 2/2] or-tools: update 9.11 bottle. --- Formula/o/or-tools.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/o/or-tools.rb b/Formula/o/or-tools.rb index fbdba08159be9..4ca5f5f496837 100644 --- a/Formula/o/or-tools.rb +++ b/Formula/o/or-tools.rb @@ -12,12 +12,12 @@ class OrTools < Formula end bottle do - sha256 cellar: :any, arm64_sequoia: "e3c031f9f1dac0f38ee1a58093537cbe46df9995d1f269999826db2a1d25b655" - sha256 cellar: :any, arm64_sonoma: "9c8faedaec63bde8c44c6f5fa16613145ec0364c56b7f87c089223f57f3f1503" - sha256 cellar: :any, arm64_ventura: "8cf7c5fce47ff36a45c39fc5f39201b3159f05636bf75eb2df7e6e454c09bc7d" - sha256 cellar: :any, sonoma: "46c15963e86d8a7f8241f1f3574f605e8bcb81d6abe3740ec94194634246cfea" - sha256 cellar: :any, ventura: "3477e4965f7bdf4a8b55cab09db491b08898149012058a8abd859befe82aa9e3" - sha256 cellar: :any_skip_relocation, x86_64_linux: "1f930b1264efe3ff0497b86b194894e3c89e24bc5aa7ad82042b9c02533e744b" + sha256 cellar: :any, arm64_sequoia: "6a7c407f0cb5c8dfb847c2893cff30069cd7aac94473e3a7a87cc8291bd75c71" + sha256 cellar: :any, arm64_sonoma: "bba4a158457e216d73dbe631a2859ccec20bee080218573ea8ece7f7fc072352" + sha256 cellar: :any, arm64_ventura: "3ce1a5fc9ccf285d11dbbd8e31e8962c0f00f320b47e38c80801ab689bcf556f" + sha256 cellar: :any, sonoma: "e6a103ee26182137bb5fb932a3cb4f616583efab2cf7d6283a00ddaddbade492" + sha256 cellar: :any, ventura: "33d211762847d9c687e11e1b88328612ea33baaa5e87271385069d28e747c183" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ad44393215920cbc489a57bb9ac02380da4fa8e1ee33bb7adbe3ed028f56e80d" end depends_on "cmake" => [:build, :test]