diff options
| -rw-r--r-- | Library/Formula/libgpg-error.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb index 5eef49177..178460967 100644 --- a/Library/Formula/libgpg-error.rb +++ b/Library/Formula/libgpg-error.rb @@ -2,9 +2,9 @@ require 'formula' class LibgpgError < Formula homepage 'http://www.gnupg.org/' - url 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.11.tar.bz2' - mirror 'http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.11.tar.bz2' - sha1 'be209b013652add5c7e2c473ea114f58203cc6cd' + url 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.12.tar.bz2' + mirror 'http://ftp.heanet.ie/mirrors/ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.12.tar.bz2' + sha1 '259f359cd1440b21840c3a78e852afd549c709b8' option :universal |
