Skip to content

Commit

Permalink
gpg-agent 2.0.24
Browse files Browse the repository at this point in the history
Update to latest stable release.

Closes Homebrew/legacy-homebrew#30420.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
Noctem authored and jacknagel committed Jun 24, 2014
1 parent 37c167c commit 701dfa0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/gpg-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

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"
Expand Down Expand Up @@ -42,6 +42,6 @@ def install
-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'

0 comments on commit 701dfa0

Please sign in to comment.