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

Commit 2b64ead

Browse files
committed
v1.1.54383
1 parent 98fa4c0 commit 2b64ead

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.54381-stable"
5-
version "1.1.54381"
4+
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.54383-stable"
5+
version "1.1.54383"
66

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

@@ -23,8 +23,8 @@ class Clickhouse < Formula
2323
depends_on "readline" => :build
2424

2525
bottle do
26-
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54381'
27-
sha256 "6771bd02173740039add25301866e6e096817cc46af6a54b43f9358db7197e11" => :high_sierra
26+
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54383'
27+
sha256 "646d98c692442f3330649838196296b37ae5ccfb49a51f1e0df89dc8e2dd1a0e" => :high_sierra
2828
end
2929

3030
def install

0 commit comments

Comments
 (0)