Skip to content

Commit

Permalink
Merge pull request #191052 from Homebrew/bump-opensearch-2.17.0
Browse files Browse the repository at this point in the history
opensearch 2.17.0
  • Loading branch information
BrewTestBot authored Sep 18, 2024
2 parents 68f39aa + 6979f6d commit 1634601
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/o/opensearch.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
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.16.0.tar.gz"
sha256 "a97926572ab790dc9e3af4075c957bd2225fd9dfb22fcdbc66073bd7c024c1c2"
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.17.0.tar.gz"
sha256 "6af45ea416cf72e08680726ef59f0379fcbfa889845fd2626c86d9ae8ebbd9c4"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "01925a8384cc410dd911267cf2befbd4e0eb9b6385dba5aea0a629d305b9c370"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "6657e9aed9a44d1f8ad873ba025063993ff27c19cedfb3accf26e9e2b7227764"
sha256 cellar: :any_skip_relocation, arm64_ventura: "5e07cd6a21e336ef4b6fb46c16a1e7ba1b5cbd9e3e7febcb129b4554842b291b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "9f8f9cbb5a4e7078881633e263c51c53979ccaacf7ae6e77ce204ecf62c57cdf"
sha256 cellar: :any_skip_relocation, sonoma: "80fa55a1cb6f148aae3d2317d687202ed9c0a2447adce6005a0c513c610acc61"
sha256 cellar: :any_skip_relocation, ventura: "785a28e3bcccf62b5659b02f56a48d735bd4aa03c4c117f44cbad823ce3fc418"
sha256 cellar: :any_skip_relocation, monterey: "c1d072c3631235902dd651f0ebfb29a778ad78ac965cb1c065979d007f12299b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "227c0b81f036114bc4a066b816e94d6b3d1dec4d83117cb149eca1e2e2911c2e"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed3ec14eb26e1330288b9187999e92fd24bb57ca197bb04d9f36c24cdd3fc54e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "489f45c48258b6a4e2892c4bc11dbcf740b4a82490e70ee42bd1c209a96b1378"
sha256 cellar: :any_skip_relocation, arm64_ventura: "6369e4b29a325a4c2dad440bd281c1bbdc08c6e0838a6dc0c92f99a495e74df0"
sha256 cellar: :any_skip_relocation, sonoma: "54d09deadd49d3ac1988c3ae596c0f84b4d086b1420aa69c6cddf27bbcbddc8e"
sha256 cellar: :any_skip_relocation, ventura: "d9edc7bcec7b521ce01003b7c7925ce656c2a2fe7492b87dac18041c5695dc6c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1b66d042f32c6604bcf1ec127b79fe3bc26d4028c9733e62c66ff74acc4250d0"
end

depends_on "gradle" => :build
Expand Down

0 comments on commit 1634601

Please sign in to comment.