diff options
| author | BrewTestBot | 2014-10-20 09:39:11 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-20 10:18:36 +0100 | 
| commit | 929c1bd6cb917ff9fb43a1dcc38ff1ae6ec5c863 (patch) | |
| tree | bc7a8f358c48089bc3d3e8d4285cc94673db1748 | |
| parent | 496ff3c8ad6ccf1934c6c3383b9357e63275c7f0 (diff) | |
| download | homebrew-929c1bd6cb917ff9fb43a1dcc38ff1ae6ec5c863.tar.bz2 | |
libicns: update 0.8.1_1 bottle.
| -rw-r--r-- | Library/Formula/libicns.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libicns.rb b/Library/Formula/libicns.rb index 3ab29ecb6..5378ac093 100644 --- a/Library/Formula/libicns.rb +++ b/Library/Formula/libicns.rb @@ -8,9 +8,10 @@ class Libicns < Formula    bottle do      cellar :any -    sha1 "f8ad93d76978de282222900ec444e103b373fb6f" => :mavericks -    sha1 "5b395ca71dad8657ff9cf93e59ddc6cb45f68052" => :mountain_lion -    sha1 "e373c0491b1647cd9fb6c430c7c38cf9739c487a" => :lion +    revision 1 +    sha1 "8be08eb118ca3412bc4dc770e86c4086d3052a6c" => :yosemite +    sha1 "4eba2a27ee02d7747ffe339eccb086069bbfdc7e" => :mavericks +    sha1 "94076c2e477fbe0b38100aea7e5c6a6760678416" => :mountain_lion    end    option :universal | 
