File tree Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Expand file tree Collapse file tree 1 file changed +2
-16
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,7 @@ class Icu4cAT77 < Formula
55 version "77.1"
66 sha256 "588e431f77327c39031ffbb8843c0e3bc122c211374485fa87dc5f3faff24061"
77 license "ICU"
8-
9- # We allow the livecheck to detect new `icu4c` major versions in order to
10- # automate version bumps. To make sure PRs are created correctly, we output
11- # an error during installation to notify when a new formula is needed.
12- livecheck do
13- url :stable
14- regex ( /^release[._-]v?(\d +(?:[.-]\d +)+)$/i )
15- strategy :git do |tags , regex |
16- tags . filter_map { |tag | tag [ regex , 1 ] &.tr ( "-" , "." ) }
17- end
18- end
19-
20- no_autobump! because : :requires_manual_review
8+ revision 1
219
2210 bottle do
2311 sha256 cellar : :any , arm64_tahoe : "57af4061e0e0d0b6266470343d2db56fc51a0cbaa1bd459bd3bee3c916c0fab9"
@@ -30,11 +18,9 @@ class Icu4cAT77 < Formula
3018 sha256 cellar : :any_skip_relocation , x86_64_linux : "f82d4ca07fbdcf99cb5553ae9cf298bbff475a465f13e1c5d934dcbcb1e14741"
3119 end
3220
33- keg_only :shadowed_by_macos , "macOS provides libicucore.dylib (but nothing else)"
21+ keg_only :versioned_formula
3422
3523 def install
36- odie "Major version bumps need a new formula!" if version . major . to_s != name [ /@(\d +)$/ , 1 ]
37-
3824 args = %w[
3925 --disable-samples
4026 --disable-tests
You can’t perform that action at this time.
0 commit comments