diff options
| author | Mike McQuaid | 2014-02-22 14:49:16 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-02-22 15:17:16 +0000 | 
| commit | 0c357be0c39e97f4548a83cb94118fcfc5b196ff (patch) | |
| tree | 454a667f14b14d3cb6fd223bb7ad03a72c3dce59 /Library/Formula/libgpg-error.rb | |
| parent | 7dada4fac70b1006e000d6568eddbbd8cf992cfc (diff) | |
| download | homebrew-0c357be0c39e97f4548a83cb94118fcfc5b196ff.tar.bz2 | |
libgpg-error: add bottle.
Diffstat (limited to 'Library/Formula/libgpg-error.rb')
| -rw-r--r-- | Library/Formula/libgpg-error.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb index 178460967..09072ee11 100644 --- a/Library/Formula/libgpg-error.rb +++ b/Library/Formula/libgpg-error.rb @@ -6,6 +6,13 @@ class LibgpgError < Formula    mirror 'http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.12.tar.bz2'    sha1 '259f359cd1440b21840c3a78e852afd549c709b8' +  bottle do +    cellar :any +    sha1 "462425fc9fcfb5ffc9be39dcfc4bbf41ae85a89e" => :mavericks +    sha1 "bad8593df9630e361413d6df5a9927718e3a0aa4" => :mountain_lion +    sha1 "dc93a01632457b6c36b738894a4ac94bfa585730" => :lion +  end +    option :universal    def install  | 
