Skip to content

Commit cc4a7d8

Browse files
BrewTestBotalebcay
authored andcommitted
vitess 23.0.3
1 parent e74c0d1 commit cc4a7d8

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

Formula/v/vitess.rb

Lines changed: 2 additions & 9 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/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.

0 commit comments

Comments
 (0)