diff options
| -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' |
