diff options
| author | Jack Nagel | 2013-05-06 09:46:56 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-05-06 09:46:56 -0500 |
| commit | cf94747be108260dab1a3d35755c15138327700e (patch) | |
| tree | 8a9eb9779f5f865160164e2495e3584053077c10 /Library/Formula | |
| parent | 71325b52b830bdd4c22122db24fb1d557c0e3696 (diff) | |
| download | homebrew-cf94747be108260dab1a3d35755c15138327700e.tar.bz2 | |
dirmngr 1.1.1
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/dirmngr.rb | 4 |
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' |
