Skip to content

Commit b73f6e4

Browse files
authored
Merge pull request #280223 from Homebrew/bump-vitess-24.0.0
vitess 24.0.0
2 parents 9c36db6 + 035e994 commit b73f6e4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

Formula/v/vitess.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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/v23.0.3.tar.gz"
5-
sha256 "b517deb54d0802a6864cbf9e728b9ba5b0d1746842d53ef45c82796bfaf0769d"
4+
url "https://github.com/vitessio/vitess/archive/refs/tags/v24.0.0.tar.gz"
5+
sha256 "dc7d6b8835249550fc0ff0d77b4f5ef5e9842d9656860ad9d8340201655d8cad"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "9942b02f88dcf12545b44ecfef3a29a9deb5db4dc2c01494534e00a54d123894"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3cf56a3f00af69596aa4d48260f8aa94337268d2c1e9572f688eb5db82572384"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "c33927e00edebdf4e5181ac88d4fd7a40de8c6f91672d25854c2e57b87814d69"
12-
sha256 cellar: :any_skip_relocation, sonoma: "21713748331a18a52f2190d7c34327f2a27dc86be27f46ce554dce430fe8aca5"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "6ee569d4d05b5a880f9b508cbe7849427ae3851522517b094fa5c1cf324c8477"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e7d5a210645a270884ba33ed343a8f68b02f572dac87045d080404ae55209f50"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "ebca25be84fc314fa46402516536a78597825e860d86d68bccc2dbed31ce3de5"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cc4e495201d38bf0113cb1d5084eeb469b5ae946cd2fa9e5d45d5aceb28b02b1"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "7f772cdd8170ca6f0f2d814eee9897cb2566d76fc81f5a1c426789f7387b016c"
12+
sha256 cellar: :any_skip_relocation, sonoma: "fa132faeae4ef203f10eda57caabd4648e7e8eb00535f9aa0e75291452ad8faf"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "d300a77e86c6a695e6048be426cf6a58fdc54da1094212bbbc0333b73703553e"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "a03b40196f0115cc88dd5e3e1ff8ae7c65baf5955be257077fdc5020ac5786d5"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)