diff options
| author | BrewTestBot | 2015-01-02 08:07:13 +0000 | 
|---|---|---|
| committer | Jack Nagel | 2015-01-03 22:38:02 -0500 | 
| commit | fec86ded115374f9ffd53186a57ce12ca1da6f70 (patch) | |
| tree | 6e389ea18ff2c589144729874a22ab121a0cb479 | |
| parent | c4e656a36ce79de0d01612bb8b63f765502fb603 (diff) | |
| download | homebrew-fec86ded115374f9ffd53186a57ce12ca1da6f70.tar.bz2 | |
icoutils: add 0.31.0_1 bottle.
| -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 | 
