diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/icu4c.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index 1dd2e4b90..736dcb596 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -6,6 +6,12 @@ class Icu4c < Formula version '51.1' sha1 '7905632335e3dcd6667224da0fa087b49f9095e9' + bottle do + sha1 '6b5b4ab5704cc2a8b17070a087c7f9594466cf1d' => :mountain_lion + sha1 'a555b051a65717e1ca731eec5743969d8190a9f8' => :lion + sha1 'bcb1ab988f67c3d48fb7c5829153c136c16c059b' => :snow_leopard + end + keg_only "Conflicts; see: https://github.com/mxcl/homebrew/issues/issue/167" option :universal |
