diff options
| author | BrewTestBot | 2014-07-01 11:48:03 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2014-07-01 12:19:59 +0100 |
| commit | 5c9e5e1a568dd045487de4ed0d3ed4f10ae1d71c (patch) | |
| tree | c44ed4dc63f020e202beba531367ef04597ca046 /Library | |
| parent | c4f8d23002d267a7b4c630d8b559028b41352aef (diff) | |
| download | homebrew-5c9e5e1a568dd045487de4ed0d3ed4f10ae1d71c.tar.bz2 | |
gpg-agent: add 2.0.25 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gpg-agent.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb index 4a0fb2d50..9e65bb20a 100644 --- a/Library/Formula/gpg-agent.rb +++ b/Library/Formula/gpg-agent.rb @@ -5,6 +5,12 @@ class GpgAgent < Formula url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.25.tar.bz2" sha1 "890d77d89f2d187382f95e83e386f2f7ba789436" + bottle do + sha1 "a38eece5013ec52bf23879a3b172a810164f95ef" => :mavericks + sha1 "b82e687c672920cc512dd20140073749a5532e7d" => :mountain_lion + sha1 "91c868bd4379e3270904b1c341aaa69faa25b4d7" => :lion + end + depends_on "libgpg-error" depends_on "libgcrypt" depends_on "libksba" |
