Skip to content

Commit

Permalink
Merge pull request #171722 from Homebrew/bump-opensearch-2.14.0
Browse files Browse the repository at this point in the history
opensearch 2.14.0
  • Loading branch information
BrewTestBot committed May 14, 2024
2 parents 467f9de + aef6b62 commit a1bebbb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/o/opensearch.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
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.13.0.tar.gz"
sha256 "5cdac814f233df2c98e2f65662e803cc36dcf665ce20eaaea0dd43059f27a2fb"
url "https://github.com/opensearch-project/OpenSearch/archive/refs/tags/2.14.0.tar.gz"
sha256 "72eab7e3882e3dd8d16aad39d077b46576ef583e267c6ccdfe3bffdd429ff6fb"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ef6c7c35a11fa9e06ec5768f357044f3e16bbec3f3803e9e56d9b01ba005270"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d08be458f2496e3b70d42a6916a39c61a46e1296cb5211053bf66f13f73ca94c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d2e1834b4f8d67040d4ef0bdb8c6b058389184c0a9027cdb96f2b81c14041e96"
sha256 cellar: :any_skip_relocation, sonoma: "f75b9224071783b5d7e51c5c0531dba5e62eea2846bbdd228149cbf6001a2edf"
sha256 cellar: :any_skip_relocation, ventura: "5c1add80ed47189a22edba9cb77bf2c6b0495653e2e1d338114f009cf9dbbdd8"
sha256 cellar: :any_skip_relocation, monterey: "13ab1436d5eec4768c4ea82d8eea2244e4eb18fd46186dad6efe48c815d943f3"
sha256 cellar: :any_skip_relocation, x86_64_linux: "83d26221098d4ca3fa8b5b2b1e17b172629214973b6f85de50c36638fedc7918"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "345878a301683145046923da2f0beaa0c744967a45d1f8fd259b8850a929a8ad"
sha256 cellar: :any_skip_relocation, arm64_ventura: "e71fbd162b50636fd51ce483328ec834a36335290100509665d4fe868bd5a7d7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b014f05553bcde1af0748ae5cc269f3f690718d3d039ce3430d968c654ec82c7"
sha256 cellar: :any_skip_relocation, sonoma: "7f40bdfa28b1cde1d37a6fdac304ceb30973937cde91af9d6438c350eea4e859"
sha256 cellar: :any_skip_relocation, ventura: "a808866fecd19cc269ea21c6a6b81451c43f6dc4cc5f9ead69aaba1afe921488"
sha256 cellar: :any_skip_relocation, monterey: "be09276341a0254fb6f38a38a3dcd14d0d721e0aeef503a8e6d0a03ad892d2ca"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a637955582355be37605631ff1d0e604904cde85191192077480b98ae6ddedb"
end

depends_on "gradle" => :build
Expand Down

0 comments on commit a1bebbb

Please sign in to comment.