From b26647ed01114bbc27a4f954cab04ff86e1d6ea9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 00:52:51 +0000 Subject: [PATCH 1/2] opensearch 2.17.0 --- Formula/o/opensearch.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/o/opensearch.rb b/Formula/o/opensearch.rb index 81ce8d182e1f..5cc923851c0c 100644 --- a/Formula/o/opensearch.rb +++ b/Formula/o/opensearch.rb @@ -1,8 +1,8 @@ class Opensearch < Formula desc "Open source distributed and RESTful search engine" homepage "https://github.com/opensearch-project/OpenSearch" - url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.16.0.tar.gz" - sha256 "a97926572ab790dc9e3af4075c957bd2225fd9dfb22fcdbc66073bd7c024c1c2" + url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.17.0.tar.gz" + sha256 "6af45ea416cf72e08680726ef59f0379fcbfa889845fd2626c86d9ae8ebbd9c4" license "Apache-2.0" bottle do From 6979f6d3795fbef481dcdd0893cf23f7f37a2562 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 18 Sep 2024 02:56:50 +0000 Subject: [PATCH 2/2] opensearch: update 2.17.0 bottle. --- Formula/o/opensearch.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/o/opensearch.rb b/Formula/o/opensearch.rb index 5cc923851c0c..11cac135750c 100644 --- a/Formula/o/opensearch.rb +++ b/Formula/o/opensearch.rb @@ -6,14 +6,12 @@ class Opensearch < Formula license "Apache-2.0" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "01925a8384cc410dd911267cf2befbd4e0eb9b6385dba5aea0a629d305b9c370" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6657e9aed9a44d1f8ad873ba025063993ff27c19cedfb3accf26e9e2b7227764" - sha256 cellar: :any_skip_relocation, arm64_ventura: "5e07cd6a21e336ef4b6fb46c16a1e7ba1b5cbd9e3e7febcb129b4554842b291b" - sha256 cellar: :any_skip_relocation, arm64_monterey: "9f8f9cbb5a4e7078881633e263c51c53979ccaacf7ae6e77ce204ecf62c57cdf" - sha256 cellar: :any_skip_relocation, sonoma: "80fa55a1cb6f148aae3d2317d687202ed9c0a2447adce6005a0c513c610acc61" - sha256 cellar: :any_skip_relocation, ventura: "785a28e3bcccf62b5659b02f56a48d735bd4aa03c4c117f44cbad823ce3fc418" - sha256 cellar: :any_skip_relocation, monterey: "c1d072c3631235902dd651f0ebfb29a778ad78ac965cb1c065979d007f12299b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "227c0b81f036114bc4a066b816e94d6b3d1dec4d83117cb149eca1e2e2911c2e" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed3ec14eb26e1330288b9187999e92fd24bb57ca197bb04d9f36c24cdd3fc54e" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "489f45c48258b6a4e2892c4bc11dbcf740b4a82490e70ee42bd1c209a96b1378" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6369e4b29a325a4c2dad440bd281c1bbdc08c6e0838a6dc0c92f99a495e74df0" + sha256 cellar: :any_skip_relocation, sonoma: "54d09deadd49d3ac1988c3ae596c0f84b4d086b1420aa69c6cddf27bbcbddc8e" + sha256 cellar: :any_skip_relocation, ventura: "d9edc7bcec7b521ce01003b7c7925ce656c2a2fe7492b87dac18041c5695dc6c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b66d042f32c6604bcf1ec127b79fe3bc26d4028c9733e62c66ff74acc4250d0" end depends_on "gradle" => :build