File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ class ClickhouseSqlParser < Formula
66 license "MIT"
77 head "https://github.com/AfterShip/clickhouse-sql-parser.git" , branch : "master"
88
9+ bottle do
10+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "6114fb827bbad3d03c5efdd0a582bd8aa4cb40345a09153832cc86e8e885318d"
11+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "6114fb827bbad3d03c5efdd0a582bd8aa4cb40345a09153832cc86e8e885318d"
12+ sha256 cellar : :any_skip_relocation , arm64_ventura : "6114fb827bbad3d03c5efdd0a582bd8aa4cb40345a09153832cc86e8e885318d"
13+ sha256 cellar : :any_skip_relocation , sonoma : "6df5a42f84e9d324251a002a452a1605458d965bdd1c9447e15aab45026f83f5"
14+ sha256 cellar : :any_skip_relocation , ventura : "6df5a42f84e9d324251a002a452a1605458d965bdd1c9447e15aab45026f83f5"
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "a8b557c9f468a66e860ea8d073fcb25a2f334031d819f0c13520e028f5ff9ce4"
16+ end
17+
918 depends_on "go" => :build
1019
1120 def install
You can’t perform that action at this time.
0 commit comments