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

Commit 6001dc7

Browse files
committed
v1.1.54362
1 parent 78b267c commit 6001dc7

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

clickhouse.rb

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

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

@@ -17,11 +17,6 @@ class Clickhouse < Formula
1717
depends_on "libtool" => :build
1818
depends_on "readline" => :build
1919

20-
bottle do
21-
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54358'
22-
sha256 "2925527c626184360ef667cf28e36ddea961a8b028e4b4f6fb06216b462402b7" => :high_sierra
23-
sha256 "2925527c626184360ef667cf28e36ddea961a8b028e4b4f6fb06216b462402b7" => :sierra
24-
end
2520

2621
def install
2722
mkdir "#{var}/clickhouse"

0 commit comments

Comments
 (0)