Skip to content

Commit

Permalink
Merge pull request #195900 from Homebrew/bump-vitess-21.0.0
Browse files Browse the repository at this point in the history
vitess 21.0.0
  • Loading branch information
BrewTestBot authored Oct 29, 2024
2 parents ca2662c + db2a391 commit c66c455
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions Formula/v/vitess.rb
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@
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.2.tar.gz"
sha256 "64a56c3c7eb9466ae87ccc6eea9a56732c45564ac16efb05e3c4e4885ffea94d"
url "https://github.com/vitessio/vitess/archive/refs/tags/v21.0.0.tar.gz"
sha256 "a7c5c0391b2461fd78e3fee3362ca2473153d8e0b9c5bddf2c1cc066c2e29d3b"
license "Apache-2.0"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e12f16ab66ecb5050e6cba2d1c7aa1c5f5a96bb452ac38fa72eb1a05604995f1"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "30ba606e9be4b209ce827534020d48913f8480a5d2624e0b6be1b0350174ac4e"
sha256 cellar: :any_skip_relocation, arm64_ventura: "eaeeb1346074a8298f6cbe7276019785149988aa429c62793609dc61dcaa60c9"
sha256 cellar: :any_skip_relocation, arm64_monterey: "8ad57b8f34f78d1bf2d0eb00f3f3ee9d53f38d9e32a90a18ec6d7f7de1082916"
sha256 cellar: :any_skip_relocation, sonoma: "9caad1c737e80cdcac44718a5a66f8c3a2567eda7db37f0666d774687919af72"
sha256 cellar: :any_skip_relocation, ventura: "d40d954db36101dea8e525b7a2f63c4c4a6ec96e66cd9581126282e941b8def1"
sha256 cellar: :any_skip_relocation, monterey: "7dc0343d05d64c3bf72bc779530f7b9eedf1f7841ebd756ff326881ec6b16e75"
sha256 cellar: :any_skip_relocation, x86_64_linux: "4a4d1b8105de7f48ab3df1f117ba42655208052dad83e2fcd6abac5e05d08eda"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cb4e19bd93f6189793480eae223553ad6ec8b1b5f1b29521714db8115b3f3776"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "db1b81a58cbd9663f1df39b32af1b23c9672b1db9ff1193909177985f85db542"
sha256 cellar: :any_skip_relocation, arm64_ventura: "19f2bf9bf62e846dd6748da2e40a94d07d6e840f13aab1ba50ec8cff0f4ab73f"
sha256 cellar: :any_skip_relocation, sonoma: "2c7db58b223cac831550d683dd0f5830af901ee5a104bcc3ffca22d34a7e3c5e"
sha256 cellar: :any_skip_relocation, ventura: "fd5274b11fce55904fe988861711534cb77ff1346e4e11083672742b66dae574"
sha256 cellar: :any_skip_relocation, x86_64_linux: "d0d6b40a774930e3d01e5e86625f353b8c4d425af6fd54dc7b5d3288b5d5a4ef"
end

# use "go" again after https://github.com/vitessio/vitess/issues/16015 is fixed and released
depends_on "go@1.22" => :build
depends_on "go" => :build
depends_on "etcd"

def install
Expand Down

0 comments on commit c66c455

Please sign in to comment.