Skip to content

Commit

Permalink
clickhouse-odbc: revision bump (icu4c 73.2)
Browse files Browse the repository at this point in the history
Also:

- deprecate, because it vendors an ancient version of folly that no
  longer works with newer versions of libc++. See facebook/folly#1867.
- remove Ventura bottles, because they will fail to build.
  • Loading branch information
carlocab committed Jun 15, 2023
1 parent dd5b624 commit 418a10a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Formula/clickhouse-odbc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class ClickhouseOdbc < Formula
tag: "v1.2.1.20220905",
revision: "fab6efc57d671155c3a386f49884666b2a02c7b7"
license "Apache-2.0"
revision 3
revision 4
head "https://github.com/ClickHouse/clickhouse-odbc.git", branch: "master"

livecheck do
Expand All @@ -14,15 +14,17 @@ class ClickhouseOdbc < Formula
end

bottle do
sha256 cellar: :any, arm64_ventura: "9861a2a1c4cfd5e91da5bac18199324b960daaebd6d6c2cd63641a51124fa80e"
sha256 cellar: :any, arm64_monterey: "7db18ffe67c8d28059a4bfd6835f053fd48a6c12a21ad385df2aabf84ab87e60"
sha256 cellar: :any, arm64_big_sur: "8178a93f509e725ba63e318059851183ed8d599c6a9eda6a1918258f63400ab5"
sha256 cellar: :any, ventura: "00c541af823af303db5f25af6eed62ed43410b6f0a8d5459b72dfc33eef408a2"
sha256 cellar: :any, monterey: "ceebc52bec28c344c2b06206ec8763336fb2b7f77224f7aacb183a8f25aee609"
sha256 cellar: :any, big_sur: "6c41f4bd5a0404c135d2fb608e0a8086881cd71fc06ae7af95a1ccb52fe99bb2"
sha256 cellar: :any_skip_relocation, x86_64_linux: "f7ded074aefd6929a7a4660eb4f77175d6cb4cac2691067bfd0b7710b06a15b0"
end

# https://github.com/facebook/folly/issues/1867
deprecate! date: "2023-06-15",
because: "vendors an old version of folly that is incompatible with new versions of libc++"

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "icu4c"
Expand Down

0 comments on commit 418a10a

Please sign in to comment.