Skip to content

Commit

Permalink
Merge pull request #178193 from Homebrew/bump-vitess-20.0.1
Browse files Browse the repository at this point in the history
vitess 20.0.1
  • Loading branch information
BrewTestBot committed Jul 27, 2024
2 parents 867414b + 3426b94 commit cd010f1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Formula/v/vitess.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Vitess < Formula
desc "Database clustering system for horizontal scaling of MySQL"
homepage "https://vitess.io"
url "https://github.com/vitessio/vitess/archive/refs/tags/v20.0.0.tar.gz"
sha256 "b59a5fb4a865c195e21f9d1f56306e6fb32b02dd9aa71752e9c690bc8dd37ab6"
url "https://github.com/vitessio/vitess/archive/refs/tags/v20.0.1.tar.gz"
sha256 "186028b1cf9e2087330b9cbe7d57c772c5b040156cb23b2056871a5bcd249232"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e5233bca9cd51f452b12dedcab569ebdf3f719c22982f94368119df3c3a0138a"
sha256 cellar: :any_skip_relocation, arm64_ventura: "49035c314d823719dc87f7b467d1460192c2741b3d89c349e92e024a8dcf626c"
sha256 cellar: :any_skip_relocation, arm64_monterey: "135584e53ef71c561a35cd3d43c60a06c576ba454df6a002c1a40bba16403322"
sha256 cellar: :any_skip_relocation, sonoma: "ae04b763d2264e1583f776488d25da22cdc5c3b0e0a8e2b14ab8bd128fab7091"
sha256 cellar: :any_skip_relocation, ventura: "8c596f72ec03b8d211ca8f5adb6551eaf5bc1326bc692f6a915ae72a343c7d9b"
sha256 cellar: :any_skip_relocation, monterey: "71544b2661fd1dff8ea87e4059e58835e8c703f93d0bc49c900232a183f1e929"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6395da5655292083dd3bb1e2b40936c18f5133cbe3241ca5300ee3b0e2ac1acc"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "2b04ac8f89214d1b3ecaa764c7c152d880afa526b1084f850b5944b891ebe925"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f2e73c2a9a4a740cd8a11f60189fa8f45cd456c315a407212fe2cb2523f2ffa2"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e0ec0494abc32ec5549aab3a626bc16009453c0770a159a12889c2c96d48ead5"
sha256 cellar: :any_skip_relocation, sonoma: "be5172d5a98636907ac7096987040d156db61a1340cbb87ec9b2296de66caee6"
sha256 cellar: :any_skip_relocation, ventura: "42a8ff53845586831e60363445c18d3cd562cd0b41fd22f6da54469e9594a41f"
sha256 cellar: :any_skip_relocation, monterey: "586f6a5f2c406008e5f125cffe59ff5fc3c987bd16fa35c51572e371153ec4a0"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff51d7d5e7d198c9deb005f8f6b867298a02796768eb52b785b621716af4598e"
end

depends_on "go" => :build
Expand Down Expand Up @@ -71,7 +71,7 @@ def install
"--cells_to_watch", cell,
"--port", port.to_s
end
sleep 5
sleep 8

output = shell_output("curl -s localhost:#{port}/debug/health")
assert_equal "ok", output
Expand Down

0 comments on commit cd010f1

Please sign in to comment.