From 3a6df6ea377b4783bb72a36f8b7c8e68cf74c3c4 Mon Sep 17 00:00:00 2001 From: David Christenson Date: Mon, 30 Jun 2014 21:45:23 -0600 Subject: [PATCH] gpg-agent 2.0.25 Update to latest stable release, update patch. --- Formula/gpg-agent.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Formula/gpg-agent.rb b/Formula/gpg-agent.rb index bc07f8a9a1..4a0fb2d508 100644 --- a/Formula/gpg-agent.rb +++ b/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.24.tar.bz2" - sha1 "010e027d5f622778cadc4c124013fe515ed705cf" + url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.25.tar.bz2" + sha1 "890d77d89f2d187382f95e83e386f2f7ba789436" depends_on "libgpg-error" depends_on "libgcrypt" @@ -31,7 +31,7 @@ end __END__ diff --git a/configure b/configure -index 5959b37..eef29d1 100755 +index abacb4e..3b50500 100755 --- a/configure +++ b/configure @@ -578,8 +578,8 @@ MFLAGS= @@ -42,6 +42,6 @@ index 5959b37..eef29d1 100755 -PACKAGE_TARNAME='gnupg' +PACKAGE_NAME='gpg-agent' +PACKAGE_TARNAME='gpg-agent' - PACKAGE_VERSION='2.0.24' - PACKAGE_STRING='gnupg 2.0.24' + PACKAGE_VERSION='2.0.25' + PACKAGE_STRING='gnupg 2.0.25' PACKAGE_BUGREPORT='http://bugs.gnupg.org'