Skip to content

Commit 1717c91

Browse files
committed
icu4c@74: disable on 2025-05-01
1 parent 72f1490 commit 1717c91

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Formula/i/[email protected]

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@ class Icu4cAT74 < Formula
66
sha256 "68db082212a96d6f53e35d60f47d38b962e9f9d207a74cfac78029ae8ff5e08c"
77
license "ICU"
88

9-
livecheck do
10-
url :stable
11-
regex(/^release[._-]v?(74(?:[.-]\d+)+)$/i)
12-
strategy :git do |tags, regex|
13-
tags.filter_map { |tag| tag[regex, 1]&.tr("-", ".") }
14-
end
15-
end
16-
179
bottle do
1810
sha256 cellar: :any, arm64_sequoia: "d9b0dc95a406d340373bf75d6d013cc53e8815d0c0b550e584b4006a7aba12f0"
1911
sha256 cellar: :any, arm64_sonoma: "2216fec75032a12c4a442448ca23fed421eb94374e2e9994e6db0c51eae60ed2"
@@ -25,6 +17,8 @@ class Icu4cAT74 < Formula
2517

2618
keg_only :versioned_formula
2719

20+
disable! date: "2025-05-01", because: :versioned_formula
21+
2822
def install
2923
args = %w[
3024
--disable-samples

0 commit comments

Comments
 (0)