Skip to content

Commit

Permalink
[email protected]: use icu4c@74
Browse files Browse the repository at this point in the history
  • Loading branch information
cho-m committed Oct 25, 2024
1 parent bc61094 commit 9cca33b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/b/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class BoostAT176 < Formula
url "https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/boost_1_76_0.tar.bz2"
sha256 "f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41"
license "BSL-1.0"
revision 5
revision 6

bottle do
rebuild 1
Expand All @@ -20,7 +20,7 @@ class BoostAT176 < Formula

deprecate! date: "2023-12-14", because: :versioned_formula

depends_on "icu4c"
depends_on "icu4c@74"

uses_from_macos "bzip2"
uses_from_macos "zlib"
Expand All @@ -46,7 +46,7 @@ def install
end

# libdir should be set by --prefix but isn't
icu4c_prefix = Formula["icu4c"].opt_prefix
icu4c_prefix = Formula["icu4c@74"].opt_prefix
bootstrap_args = %W[
--prefix=#{prefix}
--libdir=#{lib}
Expand Down

0 comments on commit 9cca33b

Please sign in to comment.