diff options
| author | BrewTestBot | 2014-07-01 11:48:03 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-01 12:19:59 +0100 |
| commit | c4f8d23002d267a7b4c630d8b559028b41352aef (patch) | |
| tree | a5e7f9c58f2e0d3da9231fedb858c95ec3ee0411 /Library | |
| parent | ca018d443ba768afbcff3d7100664ccdd4bc6910 (diff) | |
| download | homebrew-c4f8d23002d267a7b4c630d8b559028b41352aef.tar.bz2 | |
gnupg2: add 2.0.25 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnupg2.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gnupg2.rb b/Library/Formula/gnupg2.rb index 0b2dbeb0f..f930bf80a 100644 --- a/Library/Formula/gnupg2.rb +++ b/Library/Formula/gnupg2.rb @@ -5,6 +5,12 @@ class Gnupg2 < Formula url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.25.tar.bz2" sha1 "890d77d89f2d187382f95e83e386f2f7ba789436" + bottle do + sha1 "1fed41bec729a3f046dca8b45c86a236a7006f33" => :mavericks + sha1 "0697733a5406a6db9335b85f35bc3cc3213e2390" => :mountain_lion + sha1 "f36e392e77805a6069364f6abf51366227dc8192" => :lion + end + option "8192", "Build with support for private keys of up to 8192 bits" depends_on "libgpg-error" |
