Skip to content

Commit c823dcd

Browse files
authored
Merge pull request #196785 from Homebrew/bump-opensearch-2.18.0
opensearch 2.18.0
2 parents 41e56f0 + 3096db1 commit c823dcd

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

Formula/o/opensearch.rb

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
class Opensearch < Formula
22
desc "Open source distributed and RESTful search engine"
33
homepage "https://github.com/opensearch-project/OpenSearch"
4-
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.17.1.tar.gz"
5-
sha256 "d0b358b2aa30dae87babe67a9e352d7a2ab0e18ef3e9b7e025a6b9cb7fa752a7"
4+
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.18.0.tar.gz"
5+
sha256 "bc17283263784b7aa92e1e8ccdf98d3fd325e017b9a0d69b259194aab2ce7dee"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c5650170106a9b883b64fbef245b45590a9d2e16ea0afc92ff154bcb0b6e0dc"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7da75f92ea413daf858b25b5d0f123fa522200ed99cc2c23ad37013daa6b46d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbb7b4a04e46661f0f2e86e0e3407ebab9623d927170687dc3f6e33da082b154"
12-
sha256 cellar: :any_skip_relocation, sonoma: "5efcdddef2a82de7435681c57f5c4ed68cf3aecc478474e6c8ba12d7dc803e0d"
13-
sha256 cellar: :any_skip_relocation, ventura: "8c0d4f6fec1486659231b6efd854f40c2a704edad7f14382e0b1dd4cbd6f2acd"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "010f979f4837d8582827dba336cf1effddc385dbc0e131bc90aed3b67fb01b35"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "23cd08da6e2b18eb13f115a1e8ddea8cf02613a9ca82a04977f0d09033126a1b"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89272d2b0704762a2af0ea402f5b82e2ac185483afe3993bd3398f8bdff53023"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "55c754c3427e113d356822c4a4b45ff97ea5771daea0e17e1e1a771e3c215cb2"
12+
sha256 cellar: :any_skip_relocation, sonoma: "d1c511c44ede2aef7f8a30c2144deb0eb449693b422c7128df53c30af28bd7ca"
13+
sha256 cellar: :any_skip_relocation, ventura: "50326ad36fc28fff5a327c3f4604ae604a2b00e9574114970adeccae82bf8f07"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "4985b7a0fd45609f70ef27295fc1f6126ca1d5a63f50e055d7bc4a2c3b54fce1"
1515
end
1616

1717
depends_on "gradle" => :build
1818
depends_on "openjdk"
1919

20-
# Support JDK-23 (build time and runtime) --- may be removed in the next release v2.17.2
21-
patch do
22-
url "https://github.com/opensearch-project/OpenSearch/commit/1e7f6df79c7845ba04ecc4a05979db27965342c7.patch?full_index=1"
23-
sha256 "03076625edb55ad0f6f36f8721cb41709fbd732fcb6294f20f1481a6bcc64534"
24-
end
25-
2620
def install
2721
platform = OS.kernel_name.downcase
2822
platform += "-arm64" if Hardware::CPU.arm?

0 commit comments

Comments
 (0)