Skip to content

Commit 0be695e

Browse files
authored
Merge pull request Homebrew#227241 from Homebrew/bump-vitess-22.0.1
vitess 22.0.1
2 parents f1aa0de + 9713a6c commit 0be695e

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/v/vitess.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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/v22.0.0.tar.gz"
5-
sha256 "578203a3235ee9a316856b9bfa46c7029563776e38b120a12694fac80d8c789e"
4+
url "https://github.com/vitessio/vitess/archive/refs/tags/v22.0.1.tar.gz"
5+
sha256 "0e6a985b8c5298265f5acc171af3436c9286ea2474d133e76fcf280179a18c38"
66
license "Apache-2.0"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "a16a6abc713f036b56ce408a60f7133fdbe607e15aafd5ea17e4a0a613c9dd3f"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "98eba4660c3560f37b844e64696150bd94340c78348934aed4a72d8cbec4aebf"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "73ffb944b44b897c9dd208840f5d4f02dde196dcdd66b7db994ed8e41e097f28"
12-
sha256 cellar: :any_skip_relocation, sonoma: "769c69de6a43a87539b779a114e3cf7d2f8e1fbab5e0f5da280df4f645d94fb9"
13-
sha256 cellar: :any_skip_relocation, ventura: "0df7d6bfd7ce29c244988390eaa03bfd30eacc46fbd038d4192091fe115f6c00"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "b44df86fd12e97c866c6f712e456c0ea4442053d3e572570b4b24feeac9b8a69"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "6284282fca8d95b967a7b8ee7abdb11693168261121ae6c71bb395c34823d417"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "db0a99f71fbd8574507c5ceb58d614c13ce4b9cf39f5e0413993fd6494f0cd93"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fb64693b02895cc485400b2d025f64d40ede2d14fda76e32af1ffb935bd1e220"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7ee3e21d62551620028558f157eba7520c9620588148cd417f98c9b6dd39ab80"
12+
sha256 cellar: :any_skip_relocation, sonoma: "e63c59146c04bbeb674cb0f3a535146b6d14d9d685d546e99c51e307e599b214"
13+
sha256 cellar: :any_skip_relocation, ventura: "508a2b5288196222786ac6772113f1b2df7df5c51589e594ccc4c19106ef8a06"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "a7b34cd6fa22c026e94a667a68e3598c251fcfb7fb8e7caf21bab546e842bb55"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "475acb3982bb4167e4019f3126c7ec1541a173b43ecea92af4ee6efaa63961a0"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)