diff options
| author | BrewTestBot | 2014-10-20 11:26:36 +0100 | 
|---|---|---|
| committer | BrewTestBot | 2014-10-20 11:26:36 +0100 | 
| commit | 34ac382dc7df553532f90e424d47eb0e85da5f84 (patch) | |
| tree | a459d0445cbfb99b36319d19ca3e04ca1cf2c642 | |
| parent | ec88897d3105c0b25929a8799b08883d3e486e95 (diff) | |
| download | homebrew-34ac382dc7df553532f90e424d47eb0e85da5f84.tar.bz2 | |
libzzip: update 0.13.62 bottle.
| -rw-r--r-- | Library/Formula/libzzip.rb | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/Library/Formula/libzzip.rb b/Library/Formula/libzzip.rb index 2c19d2e09..674f8c384 100644 --- a/Library/Formula/libzzip.rb +++ b/Library/Formula/libzzip.rb @@ -7,9 +7,10 @@ class Libzzip < Formula    bottle do      cellar :any -    sha1 "0054168728b77dcd9e1a73fdb1af945ad1ba9dd9" => :mavericks -    sha1 "d745e568d441b66c4bc9ccc920c22d0a1ce4e904" => :mountain_lion -    sha1 "a2191d35352eddb133bc838f587bf98764f32378" => :lion +    revision 1 +    sha1 "5a1b7004e05d64c363169b7437df6df13dcf442a" => :yosemite +    sha1 "9ba90a192f579f08425969b07abf9da33cf06b96" => :mavericks +    sha1 "986d13aa3974d0b7c2621a8447f1aad640f11d92" => :mountain_lion    end    option 'sdl', 'Enable SDL usage and create SDL_rwops_zzip.pc' | 
