File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class 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.2 .tar.gz"
5- sha256 "f32b112de130e53073b2abfc3b64a28836dea8f9f2ff42e3265298ec44d51a2b "
4+ url "https://github.com/vitessio/vitess/archive/refs/tags/v23.0.3 .tar.gz"
5+ sha256 "b517deb54d0802a6864cbf9e728b9ba5b0d1746842d53ef45c82796bfaf0769d "
66 license "Apache-2.0"
77
88 bottle do
@@ -17,13 +17,6 @@ class Vitess < Formula
1717 depends_on "go" => :build
1818 depends_on "etcd"
1919
20- # Support Go 1.26 and later with Swiss maps always enabled
21- # Upstream PR ref: https://github.com/vitessio/vitess/pull/19088
22- patch do
23- url "https://github.com/vitessio/vitess/commit/1e131ea41b87a047acff3b1977d9fece8e25bfff.patch?full_index=1"
24- sha256 "6dd13ffbde947a2c0d426c5a6361e3f0f708c9fc1bd1df7b000ad06fa8644a9c"
25- end
26-
2720 def install
2821 # -buildvcs=false needed for build to succeed on Go 1.18.
2922 # It can be removed when this is no longer the case.
You can’t perform that action at this time.
0 commit comments