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

Commit 69359e9

Browse files
committed
v1.1.54394
1 parent c17eef9 commit 69359e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clickhouse.rb

Lines changed: 4 additions & 4 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.54383-stable"
5-
version "1.1.54383"
4+
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.5439-stable"
5+
version "1.1.5439"
66

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

@@ -22,8 +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.54383'
26-
sha256 "646d98c692442f3330649838196296b37ae5ccfb49a51f1e0df89dc8e2dd1a0e" => :high_sierra
25+
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.5439'
26+
sha256 "a323dcc8aac3d610a3b05c795d0c862b65d24891f10518e64f7e3906c3de40ca" => :high_sierra
2727
end
2828

2929
def install

0 commit comments

Comments
 (0)