aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDavid Christenson2014-08-13 02:16:19 -0600
committerMike McQuaid2014-08-13 11:26:25 +0100
commit42a237858853f238cf21ebce2060da60c4e599fd (patch)
tree044a66100460c200bea749ae8541fafe2e302179 /Library/Formula
parentaf06a3278e77536ace4e3a2549d8dd9128ad52d7 (diff)
downloadhomebrew-42a237858853f238cf21ebce2060da60c4e599fd.tar.bz2
gpg-agent 2.0.26
Update to latest stable release, update patch, add mirror.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gpg-agent.rb12
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/gpg-agent.rb b/Library/Formula/gpg-agent.rb
index 9a3335f7b..29a6c59ab 100644
--- a/Library/Formula/gpg-agent.rb
+++ b/Library/Formula/gpg-agent.rb
@@ -2,11 +2,11 @@ require "formula"
class GpgAgent < Formula
homepage "https://www.gnupg.org/"
- url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.25.tar.bz2"
- sha1 "890d77d89f2d187382f95e83e386f2f7ba789436"
+ url "ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2"
+ mirror "ftp://ftp.mirrorservice.org/sites/ftp.gnupg.org/gcrypt/gnupg/gnupg-2.0.26.tar.bz2"
+ sha1 "3ff5b38152c919724fd09cf2f17df704272ba192"
bottle do
- revision 1
sha1 "317d26e0f85fefeb9cccf9a05644aaf70f05c13f" => :mavericks
sha1 "16630ed6be44545cf61c631aa0f0a7251499a7c0" => :mountain_lion
sha1 "a1dc1f35ba61af4d9fbf0e592f14a274c18c5056" => :lion
@@ -38,7 +38,7 @@ end
__END__
diff --git a/configure b/configure
-index abacb4e..3b50500 100755
+index c022805..96ea7ed 100755
--- a/configure
+++ b/configure
@@ -578,8 +578,8 @@ MFLAGS=
@@ -49,6 +49,6 @@ index abacb4e..3b50500 100755
-PACKAGE_TARNAME='gnupg'
+PACKAGE_NAME='gpg-agent'
+PACKAGE_TARNAME='gpg-agent'
- PACKAGE_VERSION='2.0.25'
- PACKAGE_STRING='gnupg 2.0.25'
+ PACKAGE_VERSION='2.0.26'
+ PACKAGE_STRING='gnupg 2.0.26'
PACKAGE_BUGREPORT='http://bugs.gnupg.org'