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

Commit df9ebe2

Browse files
committed
v1.1.54381
1 parent e712ec0 commit df9ebe2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clickhouse.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.54380-stable"
4+
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.54381-stable"
55
version "1.1.54380"
66

77
head "https://github.com/yandex/ClickHouse.git"
@@ -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.54380'
27-
sha256 "56aae7c587a1e48c17264aa29952b229bddd8e4aa3dcecfcf9824071c8d736bb" => :high_sierra
26+
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54381'
27+
sha256 "6771bd02173740039add25301866e6e096817cc46af6a54b43f9358db7197e11" => :high_sierra
2828
end
2929

3030
def install

0 commit comments

Comments
 (0)