diff options
| author | BrewTestBot | 2014-07-19 00:59:18 +0100 |
|---|---|---|
| committer | Jack Nagel | 2014-07-18 19:00:45 -0500 |
| commit | fd234418e3b6bd6c91ea9b246d29e518d1acb65f (patch) | |
| tree | 94cf603919f04d86aeb2455c929878d75574c03e /Library/Formula | |
| parent | 52c9f9cdd5e519daa14ae0d16fdefea7b61fdbc1 (diff) | |
| download | homebrew-fd234418e3b6bd6c91ea9b246d29e518d1acb65f.tar.bz2 | |
quazip: add 0.6.2 bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/quazip.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/quazip.rb b/Library/Formula/quazip.rb index 04818885a..8f543a0ec 100644 --- a/Library/Formula/quazip.rb +++ b/Library/Formula/quazip.rb @@ -5,6 +5,13 @@ class Quazip < Formula url "https://downloads.sourceforge.net/project/quazip/quazip/0.6.2/quazip-0.6.2.tar.gz" sha1 "2fdcd063df645f94f047374d7d540b102fc683dc" + bottle do + cellar :any + sha1 "1e61e9506d6f355b8d696e78866784e89e595e5b" => :mavericks + sha1 "6cdaaa01521a0659b580f7e0099472fe0285b7a7" => :mountain_lion + sha1 "e180385f38e14945a97472f5b44fffeea9924cdd" => :lion + end + depends_on "qt" def install |
