diff options
| -rw-r--r-- | Library/Formula/icoutils.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/icoutils.rb b/Library/Formula/icoutils.rb index a99f79070..945e7063f 100644 --- a/Library/Formula/icoutils.rb +++ b/Library/Formula/icoutils.rb @@ -4,6 +4,13 @@ class Icoutils < Formula sha1 "2712acd33c611588793562310077efd2ff35dca5" revision 1 + bottle do + cellar :any + sha1 "5ec5b20bd4fed5a41fd533b025964b57324b443e" => :yosemite + sha1 "2422f5637c3e21107994cb048109c4d1a8088ba2" => :mavericks + sha1 "6e73b832e583c457d3106a3f1349e2dd0a71b46b" => :mountain_lion + end + depends_on "libpng" def install |
