Skip to content

Commit

Permalink
opensearch 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewTestBot authored and daeho-ro committed Nov 6, 2024
1 parent 05a2cf2 commit a37fb34
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions Formula/o/opensearch.rb
Original file line number Diff line number Diff line change
@@ -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.17.1.tar.gz"
sha256 "d0b358b2aa30dae87babe67a9e352d7a2ab0e18ef3e9b7e025a6b9cb7fa752a7"
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.18.0.tar.gz"
sha256 "bc17283263784b7aa92e1e8ccdf98d3fd325e017b9a0d69b259194aab2ce7dee"
license "Apache-2.0"

bottle do
Expand All @@ -17,12 +17,6 @@ class Opensearch < Formula
depends_on "gradle" => :build
depends_on "openjdk"

# Support JDK-23 (build time and runtime) --- may be removed in the next release v2.17.2
patch do
url "https://github.com/opensearch-project/OpenSearch/commit/1e7f6df79c7845ba04ecc4a05979db27965342c7.patch?full_index=1"
sha256 "03076625edb55ad0f6f36f8721cb41709fbd732fcb6294f20f1481a6bcc64534"
end

def install
platform = OS.kernel_name.downcase
platform += "-arm64" if Hardware::CPU.arm?
Expand Down

0 comments on commit a37fb34

Please sign in to comment.