Skip to content

Commit c2132cd

Browse files
authored
Merge pull request #252255 from Homebrew/bump-clickhouse-sql-parser-0.4.15
clickhouse-sql-parser 0.4.15
2 parents a9ed211 + b9b9636 commit c2132cd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/c/clickhouse-sql-parser.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class ClickhouseSqlParser < Formula
22
desc "Writing clickhouse sql parser in pure Go"
33
homepage "https://github.com/AfterShip/clickhouse-sql-parser"
4-
url "https://github.com/AfterShip/clickhouse-sql-parser/archive/refs/tags/v0.4.14.tar.gz"
5-
sha256 "e1372f981516058e6b626016007e199cb2b62fd27c60603aaf15d9159b2817b4"
4+
url "https://github.com/AfterShip/clickhouse-sql-parser/archive/refs/tags/v0.4.15.tar.gz"
5+
sha256 "b07b0d2cbbea62daefd4412778f7acd061f8298402c43036c9330b222b15d6e4"
66
license "MIT"
77
head "https://github.com/AfterShip/clickhouse-sql-parser.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8f25987922ba67db8488b910e61d43636c5a9a2146a043b0b0e9934a3832ebca"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f25987922ba67db8488b910e61d43636c5a9a2146a043b0b0e9934a3832ebca"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f25987922ba67db8488b910e61d43636c5a9a2146a043b0b0e9934a3832ebca"
13-
sha256 cellar: :any_skip_relocation, sonoma: "e28275bb04a298cd3f45ed6e713753140db2cd03ef3fefcdf457ef0637809cc2"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "5a8b2bddabef7f26fc4fe7208e20a86dc4b5d934d62d2f3e1f3e79b25773f357"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e996dfd9813f1e4734486b1488b99b9803254fe9a1ca2f1eab9b73816e6a53af"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "8f1c26f976b3a1aeb151025394087b0623a5334585e813297fe4897bce78ce5b"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f1c26f976b3a1aeb151025394087b0623a5334585e813297fe4897bce78ce5b"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f1c26f976b3a1aeb151025394087b0623a5334585e813297fe4897bce78ce5b"
13+
sha256 cellar: :any_skip_relocation, sonoma: "349af1263521d225df38c673230d8c92bc57834b0fa800394fad2d449f5f4bee"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "65f5e7c7b77854ac1b71795ec594da3da8bc6676abb92f05eb2682da2dfa9d43"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "291aca143b72d22d597f0442feb41149872a343a7c0f82d45a0cb19debc38c39"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)