diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/szip.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/szip.rb b/Library/Formula/szip.rb index dd122a697..672438c7e 100644 --- a/Library/Formula/szip.rb +++ b/Library/Formula/szip.rb @@ -3,6 +3,13 @@ class Szip < Formula url "http://www.hdfgroup.org/ftp/lib-external/szip/2.1/src/szip-2.1.tar.gz" sha1 "d241c9acc26426a831765d660b683b853b83c131" + bottle do + cellar :any + sha1 "75413c328dc915c2bc638d308fd15a1e93fddd18" => :yosemite + sha1 "71a91cec13090ab85a0b1c7339df98610561562d" => :mavericks + sha1 "37a8018d670680d3002fd68aec8fae0992635911" => :mountain_lion + end + option :universal def install |
