aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-05-06 09:46:56 -0500
committerJack Nagel2013-05-06 09:46:56 -0500
commitcf94747be108260dab1a3d35755c15138327700e (patch)
tree8a9eb9779f5f865160164e2495e3584053077c10 /Library
parent71325b52b830bdd4c22122db24fb1d557c0e3696 (diff)
downloadhomebrew-cf94747be108260dab1a3d35755c15138327700e.tar.bz2
dirmngr 1.1.1
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/dirmngr.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/dirmngr.rb b/Library/Formula/dirmngr.rb
index 01e342c22..b8b07a63a 100644
--- a/Library/Formula/dirmngr.rb
+++ b/Library/Formula/dirmngr.rb
@@ -2,8 +2,8 @@ require 'formula'
class Dirmngr < Formula
homepage 'http://www.gnupg.org'
- url 'ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.1.0.tar.bz2'
- sha1 'a7a7d1432db9edad2783ea1bce761a8106464165'
+ url 'ftp://ftp.gnupg.org/gcrypt/dirmngr/dirmngr-1.1.1.tar.bz2'
+ sha1 'e708d4aa5ce852f4de3f4b58f4e4f221f5e5c690'
depends_on 'libassuan'
depends_on 'libgpg-error'