aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/gpgme.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gpgme.rb b/Library/Formula/gpgme.rb
index c99942f5f..867f81595 100644
--- a/Library/Formula/gpgme.rb
+++ b/Library/Formula/gpgme.rb
@@ -2,8 +2,8 @@ require 'formula'
class Gpgme < Formula
homepage 'http://www.gnupg.org/gpgme.html'
- url 'ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.3.2.tar.bz2'
- sha1 '5b5ebcc4dad46ced0e436a30f5542577536619c7'
+ url 'ftp://ftp.gnupg.org/gcrypt/gpgme/gpgme-1.4.0.tar.bz2'
+ sha1 '897e36c1d3f6595d69fb37c820aaa162daa0e369'
depends_on 'gnupg'
depends_on 'libgpg-error'