Skip to content

Commit 28d04a4

Browse files
BrewTestBotstefanb
authored andcommitted
vitess 21.0.0
1 parent bf1b347 commit 28d04a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Formula/v/vitess.rb

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
@@ -16,8 +16,7 @@ class Vitess < Formula
1616
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a4d1b8105de7f48ab3df1f117ba42655208052dad83e2fcd6abac5e05d08eda"
1717
end
1818

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

2322
def install

0 commit comments

Comments
 (0)