Skip to content

Commit c66c455

Browse files
authored
Merge pull request Homebrew#195900 from Homebrew/bump-vitess-21.0.0
vitess 21.0.0
2 parents ca2662c + db2a391 commit c66c455

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

Formula/v/vitess.rb

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
class Vitess < Formula
22
desc "Database clustering system for horizontal scaling of MySQL"
33
homepage "https://vitess.io"
4-
url "https://github.com/vitessio/vitess/archive/refs/tags/v20.0.2.tar.gz"
5-
sha256 "64a56c3c7eb9466ae87ccc6eea9a56732c45564ac16efb05e3c4e4885ffea94d"
4+
url "https://github.com/vitessio/vitess/archive/refs/tags/v21.0.0.tar.gz"
5+
sha256 "a7c5c0391b2461fd78e3fee3362ca2473153d8e0b9c5bddf2c1cc066c2e29d3b"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e12f16ab66ecb5050e6cba2d1c7aa1c5f5a96bb452ac38fa72eb1a05604995f1"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "30ba606e9be4b209ce827534020d48913f8480a5d2624e0b6be1b0350174ac4e"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "eaeeb1346074a8298f6cbe7276019785149988aa429c62793609dc61dcaa60c9"
12-
sha256 cellar: :any_skip_relocation, arm64_monterey: "8ad57b8f34f78d1bf2d0eb00f3f3ee9d53f38d9e32a90a18ec6d7f7de1082916"
13-
sha256 cellar: :any_skip_relocation, sonoma: "9caad1c737e80cdcac44718a5a66f8c3a2567eda7db37f0666d774687919af72"
14-
sha256 cellar: :any_skip_relocation, ventura: "d40d954db36101dea8e525b7a2f63c4c4a6ec96e66cd9581126282e941b8def1"
15-
sha256 cellar: :any_skip_relocation, monterey: "7dc0343d05d64c3bf72bc779530f7b9eedf1f7841ebd756ff326881ec6b16e75"
16-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a4d1b8105de7f48ab3df1f117ba42655208052dad83e2fcd6abac5e05d08eda"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb4e19bd93f6189793480eae223553ad6ec8b1b5f1b29521714db8115b3f3776"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db1b81a58cbd9663f1df39b32af1b23c9672b1db9ff1193909177985f85db542"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "19f2bf9bf62e846dd6748da2e40a94d07d6e840f13aab1ba50ec8cff0f4ab73f"
12+
sha256 cellar: :any_skip_relocation, sonoma: "2c7db58b223cac831550d683dd0f5830af901ee5a104bcc3ffca22d34a7e3c5e"
13+
sha256 cellar: :any_skip_relocation, ventura: "fd5274b11fce55904fe988861711534cb77ff1346e4e11083672742b66dae574"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0d6b40a774930e3d01e5e86625f353b8c4d425af6fd54dc7b5d3288b5d5a4ef"
1715
end
1816

19-
# use "go" again after https://github.com/vitessio/vitess/issues/16015 is fixed and released
20-
depends_on "[email protected]" => :build
17+
depends_on "go" => :build
2118
depends_on "etcd"
2219

2320
def install

0 commit comments

Comments
 (0)