Skip to content
This repository was archived by the owner on Jan 7, 2023. It is now read-only.

Commit 1684406

Browse files
committed
v1.1.54378
1 parent 9724357 commit 1684406

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

clickhouse.rb

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Clickhouse < Formula
22
desc "ClickHouse is a free analytic DBMS for big data."
33
homepage "https://clickhouse.yandex"
4-
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.54362-stable"
5-
version "v1.1.54362"
4+
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.54378-stable"
5+
version "v1.1.54378"
66

77
head "https://github.com/yandex/ClickHouse.git"
88

@@ -22,9 +22,8 @@ class Clickhouse < Formula
2222
depends_on "readline" => :build
2323

2424
bottle do
25-
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54362'
26-
sha256 "8019d148c781f7e0ddf9dff84e52b31df8abca23bf817172e7b8efcca0665135" => :high_sierra
27-
sha256 "8019d148c781f7e0ddf9dff84e52b31df8abca23bf817172e7b8efcca0665135" => :sierra
25+
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54378'
26+
sha256 "923f860127dff3dd9795ebdfc20f902d8ee4d9fd00a265a27a83e4243850324e" => :high_sierra
2827
end
2928

3029
def install

0 commit comments

Comments
 (0)