diff options
| author | BrewTestBot | 2014-10-21 15:16:50 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-21 15:22:11 +0100 | 
| commit | 92343519e20cbd495ae55e30349204f4002fba1f (patch) | |
| tree | 7ed2cd62e385fb585514485f43aacbe0511ffd15 /Library/Formula/libiptcdata.rb | |
| parent | 37a96e8360ad6f83a06c72c33cfe04ced60b7cd9 (diff) | |
| download | homebrew-92343519e20cbd495ae55e30349204f4002fba1f.tar.bz2 | |
libiptcdata: update 1.0.4 bottle.
Diffstat (limited to 'Library/Formula/libiptcdata.rb')
| -rw-r--r-- | Library/Formula/libiptcdata.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
diff --git a/Library/Formula/libiptcdata.rb b/Library/Formula/libiptcdata.rb index 53baeaccf..411645cfa 100644 --- a/Library/Formula/libiptcdata.rb +++ b/Library/Formula/libiptcdata.rb @@ -6,9 +6,10 @@ class Libiptcdata < Formula    sha1 '2e967be3aee9ae5393f208a3df2b52e08dcd98c8'    bottle do -    sha1 "d75dcfef6d607236366189345799326acaffc3e2" => :mavericks -    sha1 "3f132d3a1e5348c1e5f41e53eb819960c92079e5" => :mountain_lion -    sha1 "7e1c231bfa5cd74f58ca568073244f20791937b8" => :lion +    revision 1 +    sha1 "bae5cce39a9a013a532265d911295085afc909f4" => :yosemite +    sha1 "cc888c096c24e6215292dabaeaa25378429e8232" => :mavericks +    sha1 "8794ce897c84182173496a3aed8577be0f2ec609" => :mountain_lion    end    depends_on 'gettext'  | 
