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

Commit

Permalink
v1.1.54378
Browse files Browse the repository at this point in the history
  • Loading branch information
arduanov committed Apr 18, 2018
1 parent 9724357 commit 1684406
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions clickhouse.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Clickhouse < Formula
desc "ClickHouse is a free analytic DBMS for big data."
homepage "https://clickhouse.yandex"
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.54362-stable"
version "v1.1.54362"
url "https://github.com/yandex/ClickHouse.git", :tag => "v1.1.54378-stable"
version "v1.1.54378"

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

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

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

def install
Expand Down

0 comments on commit 1684406

Please sign in to comment.