File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments