diff options
| author | BrewTestBot | 2014-10-22 02:39:10 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-10-22 08:27:01 +0100 | 
| commit | 833ae90489ea4cef9dc98412b96c35029b23d069 (patch) | |
| tree | 492f1228b08721528f343639e5de8ce5d81e16e8 /Library/Formula/p7zip.rb | |
| parent | 22076e28a72e7d4c028131bf7acb522f6505738f (diff) | |
| download | homebrew-833ae90489ea4cef9dc98412b96c35029b23d069.tar.bz2 | |
p7zip: add 9.20.1 bottle.
Diffstat (limited to 'Library/Formula/p7zip.rb')
| -rw-r--r-- | Library/Formula/p7zip.rb | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/p7zip.rb b/Library/Formula/p7zip.rb index a38d8bb98..299f04a43 100644 --- a/Library/Formula/p7zip.rb +++ b/Library/Formula/p7zip.rb @@ -5,6 +5,12 @@ class P7zip < Formula    url 'https://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.1_src_all.tar.bz2'    sha1 '1cd567e043ee054bf08244ce15f32cb3258306b7' +  bottle do +    sha1 "c734e7052a1e3e9e280b189db31cf59e9d4f98e6" => :yosemite +    sha1 "aba193d047e84781a4d18911a41e77c16d520aea" => :mavericks +    sha1 "0d6f280dcedc67a789bbfd54f0ddef65899f4dfe" => :mountain_lion +  end +    option '32-bit'    def install  | 
