Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opensearch 2.18.0 #196785

Merged
merged 2 commits into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions Formula/o/opensearch.rb
Original file line number Diff line number Diff line change
@@ -1,28 +1,22 @@
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
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6c5650170106a9b883b64fbef245b45590a9d2e16ea0afc92ff154bcb0b6e0dc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "a7da75f92ea413daf858b25b5d0f123fa522200ed99cc2c23ad37013daa6b46d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "dbb7b4a04e46661f0f2e86e0e3407ebab9623d927170687dc3f6e33da082b154"
sha256 cellar: :any_skip_relocation, sonoma: "5efcdddef2a82de7435681c57f5c4ed68cf3aecc478474e6c8ba12d7dc803e0d"
sha256 cellar: :any_skip_relocation, ventura: "8c0d4f6fec1486659231b6efd854f40c2a704edad7f14382e0b1dd4cbd6f2acd"
sha256 cellar: :any_skip_relocation, x86_64_linux: "010f979f4837d8582827dba336cf1effddc385dbc0e131bc90aed3b67fb01b35"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "23cd08da6e2b18eb13f115a1e8ddea8cf02613a9ca82a04977f0d09033126a1b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "89272d2b0704762a2af0ea402f5b82e2ac185483afe3993bd3398f8bdff53023"
sha256 cellar: :any_skip_relocation, arm64_ventura: "55c754c3427e113d356822c4a4b45ff97ea5771daea0e17e1e1a771e3c215cb2"
sha256 cellar: :any_skip_relocation, sonoma: "d1c511c44ede2aef7f8a30c2144deb0eb449693b422c7128df53c30af28bd7ca"
sha256 cellar: :any_skip_relocation, ventura: "50326ad36fc28fff5a327c3f4604ae604a2b00e9574114970adeccae82bf8f07"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4985b7a0fd45609f70ef27295fc1f6126ca1d5a63f50e055d7bc4a2c3b54fce1"
end

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
Loading