This repository was archived by the owner on Jan 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11class 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.54343 -stable"
5- version "v1.1.54343 "
4+ url "https://github.com/yandex/ClickHouse.git" , :tag => "v1.1.54358 -stable"
5+ version "v1.1.54358 "
66
77 head "https://github.com/yandex/ClickHouse.git"
88
@@ -18,9 +18,9 @@ class Clickhouse < Formula
1818 depends_on "readline" => :build
1919
2020 bottle do
21- root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54343 '
22- sha256 "e7aff6a3db6159b6e749d185da8bfed4013eee53f62245178b5b4e8ae129a5dd " => :high_sierra
23- sha256 "e7aff6a3db6159b6e749d185da8bfed4013eee53f62245178b5b4e8ae129a5dd " => :sierra
21+ root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54358 '
22+ sha256 "2925527c626184360ef667cf28e36ddea961a8b028e4b4f6fb06216b462402b7 " => :high_sierra
23+ sha256 "2925527c626184360ef667cf28e36ddea961a8b028e4b4f6fb06216b462402b7 " => :sierra
2424 end
2525
2626 def install
@@ -32,9 +32,6 @@ def install
3232 s . gsub! "<!-- <max_open_files>262144</max_open_files> -->" , "<max_open_files>262144</max_open_files>"
3333 end
3434
35- # force sierra
36- inreplace "libs/libcommon/CMakeLists.txt" , "APPLE_SIERRA_OR_NEWER 0" , "APPLE_SIERRA_OR_NEWER 1"
37-
3835 args = %W[
3936 -DENABLE_ICU=0,
4037 -DENABLE_TESTS=0,
You can’t perform that action at this time.
0 commit comments