diff options
| author | David Christenson | 2014-06-24 13:19:07 -0600 |
|---|---|---|
| committer | Jack Nagel | 2014-06-24 14:54:09 -0500 |
| commit | 188990281c90436a4d426a0de44ebd61bb333893 (patch) | |
| tree | 72c765afc01b71043c2746f3b29b4e2f80e002d5 /Library | |
| parent | 0b8922d6bdf67ef1dd366ec649a5c2cf9485d0f8 (diff) | |
| download | homebrew-188990281c90436a4d426a0de44ebd61bb333893.tar.bz2 | |
gpg-agent 2.0.24
Update to latest stable release.
Closes #30420.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gpg-agent.rb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb index 92e0400f6..bc07f8a9a 100644 --- a/Library/Formula/gpg-agent.rb +++ b/Library/Formula/gpg-agent.rb @@ -2,8 +2,8 @@ require "formula" class GpgAgent < Formula homepage "https://www.gnupg.org/" - url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.23.tar.bz2" - sha1 "c90e47ab95a40dd070fd75faef0a05c7b679553b" + url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.24.tar.bz2" + sha1 "010e027d5f622778cadc4c124013fe515ed705cf" depends_on "libgpg-error" depends_on "libgcrypt" @@ -42,6 +42,6 @@ index 5959b37..eef29d1 100755 -PACKAGE_TARNAME='gnupg' +PACKAGE_NAME='gpg-agent' +PACKAGE_TARNAME='gpg-agent' - PACKAGE_VERSION='2.0.23' - PACKAGE_STRING='gnupg 2.0.23' + PACKAGE_VERSION='2.0.24' + PACKAGE_STRING='gnupg 2.0.24' PACKAGE_BUGREPORT='http://bugs.gnupg.org' |
