diff options
| author | Mike McQuaid | 2013-05-03 17:53:15 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2013-05-03 17:58:25 +0100 | 
| commit | 303ce8fe86b56d9edb8cede08b113817e8b1a6c7 (patch) | |
| tree | 04708a33535690549d6d5e0155d7df8818298d1a | |
| parent | 341b60add195d9ec0c2f96b1c66643f5c72134d2 (diff) | |
| download | homebrew-303ce8fe86b56d9edb8cede08b113817e8b1a6c7.tar.bz2 | |
icu4c: 51.1 bottles
| -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 | 
