|
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.16.0.tar.gz" |
5 |
| - sha256 "a97926572ab790dc9e3af4075c957bd2225fd9dfb22fcdbc66073bd7c024c1c2" |
| 4 | + url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.17.0.tar.gz" |
| 5 | + sha256 "6af45ea416cf72e08680726ef59f0379fcbfa889845fd2626c86d9ae8ebbd9c4" |
6 | 6 | license "Apache-2.0"
|
7 | 7 |
|
8 | 8 | bottle do
|
9 |
| - sha256 cellar: :any_skip_relocation, arm64_sequoia: "01925a8384cc410dd911267cf2befbd4e0eb9b6385dba5aea0a629d305b9c370" |
10 |
| - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6657e9aed9a44d1f8ad873ba025063993ff27c19cedfb3accf26e9e2b7227764" |
11 |
| - sha256 cellar: :any_skip_relocation, arm64_ventura: "5e07cd6a21e336ef4b6fb46c16a1e7ba1b5cbd9e3e7febcb129b4554842b291b" |
12 |
| - sha256 cellar: :any_skip_relocation, arm64_monterey: "9f8f9cbb5a4e7078881633e263c51c53979ccaacf7ae6e77ce204ecf62c57cdf" |
13 |
| - sha256 cellar: :any_skip_relocation, sonoma: "80fa55a1cb6f148aae3d2317d687202ed9c0a2447adce6005a0c513c610acc61" |
14 |
| - sha256 cellar: :any_skip_relocation, ventura: "785a28e3bcccf62b5659b02f56a48d735bd4aa03c4c117f44cbad823ce3fc418" |
15 |
| - sha256 cellar: :any_skip_relocation, monterey: "c1d072c3631235902dd651f0ebfb29a778ad78ac965cb1c065979d007f12299b" |
16 |
| - sha256 cellar: :any_skip_relocation, x86_64_linux: "227c0b81f036114bc4a066b816e94d6b3d1dec4d83117cb149eca1e2e2911c2e" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed3ec14eb26e1330288b9187999e92fd24bb57ca197bb04d9f36c24cdd3fc54e" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "489f45c48258b6a4e2892c4bc11dbcf740b4a82490e70ee42bd1c209a96b1378" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "6369e4b29a325a4c2dad440bd281c1bbdc08c6e0838a6dc0c92f99a495e74df0" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "54d09deadd49d3ac1988c3ae596c0f84b4d086b1420aa69c6cddf27bbcbddc8e" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "d9edc7bcec7b521ce01003b7c7925ce656c2a2fe7492b87dac18041c5695dc6c" |
| 14 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "1b66d042f32c6604bcf1ec127b79fe3bc26d4028c9733e62c66ff74acc4250d0" |
17 | 15 | end
|
18 | 16 |
|
19 | 17 | depends_on "gradle" => :build
|
|
0 commit comments