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

Commit 951c808

Browse files
committed
v1.1.54380
1 parent 81cc985 commit 951c808

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.54378-stable"
5-
version "1.1.54378"
4+
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.54380-stable"
5+
version "1.1.54380"
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.54378'
26-
sha256 "923f860127dff3dd9795ebdfc20f902d8ee4d9fd00a265a27a83e4243850324e" => :high_sierra
25+
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54380'
26+
sha256 "56aae7c587a1e48c17264aa29952b229bddd8e4aa3dcecfcf9824071c8d736bb" => :high_sierra
2727
end
2828

2929
def install

0 commit comments

Comments
 (0)