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

Commit ab18979

Browse files
committed
v19.5.3.8
1 parent e5bb942 commit ab18979

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Homebrew ClickHouse Tap
22

3-
Latest builds of [ClickHouse](https://clickhouse.yandex) for MacOS High Sierra.
3+
Builds of [ClickHouse](https://clickhouse.yandex) for MacOS.
44

55
Build without ICU, support for collations and charset conversion functions disabled
66

@@ -16,4 +16,11 @@ brew tap arduanov/clickhouse
1616
```bash
1717
brew upgrade
1818
brew install clickhouse
19+
```
20+
21+
22+
## Build bottle
23+
```bash
24+
brew install --build-bottle --cc=gcc-8 --devel clickhouse
25+
brew bottle --json clickhouse
1926
```

clickhouse.rb

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
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.54394-stable"
5-
version "1.1.54394"
4+
url "https://github.com/yandex/ClickHouse.git", :tag => "v19.5.3.8-stable"
5+
version "19.5.3.8"
66

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

99
devel do
1010
url "https://github.com/yandex/ClickHouse.git", :tag => "v19.5.3.8-stable"
1111
end
1212

13-
depends_on "gcc"
13+
depends_on "gcc@8"
1414
depends_on "cmake" => :build
1515
depends_on "ninja" => :build
1616
depends_on "libtool" => :build
@@ -20,9 +20,8 @@ class Clickhouse < Formula
2020

2121
bottle do
2222
cellar :any
23-
rebuild 2
24-
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v1.1.54394'
25-
sha256 "ec4057ae98a2e153fa2ef96d7cbd8245d908c6e17de99e2ec7068413a47bfe8d" => :high_sierra
23+
root_url 'https://github.com/arduanov/homebrew-clickhouse/releases/download/v19.5.3.8'
24+
sha256 "22c50b6f103a132d9e4abe0653c9c753721c5db2e7a4f8a20485721488b0131b" => :mojave
2625
end
2726

2827
def install

0 commit comments

Comments
 (0)