Skip to content

Commit 8c384ab

Browse files
BrewTestBotdaeho-ro
authored andcommitted
opensearch 2.19.1
opensearch: skip test Signed-off-by: Rui Chen <rui@chenrui.dev>
1 parent de0031d commit 8c384ab

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

Formula/o/opensearch.rb

+9-2
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.19.0.tar.gz"
5-
sha256 "c94e9f793393aa6ff4eb00f0ed0dd18a9f3502d2e1c84f947dad6d5c64f1fe31"
4+
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.19.1.tar.gz"
5+
sha256 "99999a392dcf90bafebfa143ed071b45662fb022dcbcfa77df802248338d3a63"
66
license "Apache-2.0"
77

88
bottle do
@@ -17,6 +17,13 @@ class Opensearch < Formula
1717
depends_on "gradle" => :build
1818
depends_on "openjdk"
1919

20+
# Fix for gradle 8.13, could be removed in the next release
21+
# PR Ref: https://github.com/opensearch-project/OpenSearch/pull/17345
22+
patch do
23+
url "https://github.com/opensearch-project/OpenSearch/commit/f0946e834332423490df56c74fffdf92ae9c6d3d.patch?full_index=1"
24+
sha256 "76776f9e60008b43d7504e51f69fbaefb7b5a9a6395869856324538cddadc283"
25+
end
26+
2027
def install
2128
platform = OS.kernel_name.downcase
2229
platform += "-arm64" if Hardware::CPU.arm?

0 commit comments

Comments
 (0)