Skip to content

Commit a5766c1

Browse files
branchvBrewTestBot
authored andcommitted
clickhouse-sql-parser: add 0.3.8 bottle.
1 parent 6ad2ae1 commit a5766c1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Formula/c/clickhouse-sql-parser.rb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)