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

Commit 78b267c

Browse files
committed
v1.1.54358
1 parent acd8339 commit 78b267c

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

clickhouse.rb

Lines changed: 5 additions & 8 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.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,

0 commit comments

Comments
 (0)