From c31b334542b333501e56d31ceac2ba0528f59367 Mon Sep 17 00:00:00 2001 From: David Christenson Date: Mon, 30 Jun 2014 21:45:23 -0600 Subject: gpg-agent 2.0.25 Update to latest stable release, update patch. --- Library/Formula/gpg-agent.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb index bc07f8a9a..4a0fb2d50 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.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' -- cgit v1.2.3