Skip to content

Commit

Permalink
Merge pull request #189282 from Homebrew/bump-or-tools-9.11
Browse files Browse the repository at this point in the history
or-tools 9.11
  • Loading branch information
BrewTestBot authored Sep 14, 2024
2 parents 65167e4 + 5f0d74b commit e5621dd
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions Formula/o/or-tools.rb
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -13,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]
Expand Down

0 comments on commit e5621dd

Please sign in to comment.