Commit 8c384ab 1 parent de0031d commit 8c384ab Copy full SHA for 8c384ab
File tree 1 file changed +9
-2
lines changed
1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
class Opensearch < Formula
2
2
desc "Open source distributed and RESTful search engine"
3
3
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 "
6
6
license "Apache-2.0"
7
7
8
8
bottle do
@@ -17,6 +17,13 @@ class Opensearch < Formula
17
17
depends_on "gradle" => :build
18
18
depends_on "openjdk"
19
19
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
+
20
27
def install
21
28
platform = OS . kernel_name . downcase
22
29
platform += "-arm64" if Hardware ::CPU . arm?
You can’t perform that action at this time.
0 commit comments