diff options
| author | BrewTestBot | 2014-07-03 20:34:33 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-07-03 22:33:29 +0100 | 
| commit | 09a83199c6b2b7334ef75e8f7434ef555831b8d9 (patch) | |
| tree | f190191b8c2f9e6d5260ebd12775d06b22f59dc4 | |
| parent | b0a6040811de640fddeffcadb4f380cbe981c189 (diff) | |
| download | homebrew-09a83199c6b2b7334ef75e8f7434ef555831b8d9.tar.bz2 | |
libicns: add 0.8.1_1 bottle.
| -rw-r--r-- | Library/Formula/libicns.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/libicns.rb b/Library/Formula/libicns.rb index 8b09d3f8e..3ab29ecb6 100644 --- a/Library/Formula/libicns.rb +++ b/Library/Formula/libicns.rb @@ -6,6 +6,13 @@ class Libicns < Formula    sha256 '335f10782fc79855cf02beac4926c4bf9f800a742445afbbf7729dab384555c2'    revision 1 +  bottle do +    cellar :any +    sha1 "f8ad93d76978de282222900ec444e103b373fb6f" => :mavericks +    sha1 "5b395ca71dad8657ff9cf93e59ddc6cb45f68052" => :mountain_lion +    sha1 "e373c0491b1647cd9fb6c430c7c38cf9739c487a" => :lion +  end +    option :universal    depends_on 'jasper' | 
