Skip to content

Commit a37fb34

Browse files
BrewTestBotdaeho-ro
authored andcommitted
opensearch 2.18.0
1 parent 05a2cf2 commit a37fb34

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/o/opensearch.rb

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
@@ -17,12 +17,6 @@ class Opensearch < Formula
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)