diff options
| author | David Höppner | 2010-08-29 20:50:19 +0200 | 
|---|---|---|
| committer | David Höppner | 2010-08-29 20:50:19 +0200 | 
| commit | d57ea7362e2c8d4e41543804fb8eea25d47dc353 (patch) | |
| tree | 0abbc1e694450ebdc7ac87333824957acd599e0d /Library/Formula/libgpg-error.rb | |
| parent | 5e3d0f530d0e655f6623befcaa647b37f31470ec (diff) | |
| download | homebrew-d57ea7362e2c8d4e41543804fb8eea25d47dc353.tar.bz2 | |
libgpg-error: update version to 1.9
Diffstat (limited to 'Library/Formula/libgpg-error.rb')
| -rw-r--r-- | Library/Formula/libgpg-error.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libgpg-error.rb b/Library/Formula/libgpg-error.rb index 6f4427ef9..bf68d463a 100644 --- a/Library/Formula/libgpg-error.rb +++ b/Library/Formula/libgpg-error.rb @@ -1,9 +1,9 @@  require 'formula'  class LibgpgError <Formula -  url 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.8.tar.bz2' +  url 'ftp://ftp.gnupg.org/gcrypt/libgpg-error/libgpg-error-1.9.tar.bz2'    homepage 'http://www.gnupg.org/' -  sha1 'f5cf677a7cd684645feaa9704d09eb5cd6d97e8a' +  sha1 '6836579e42320b057a2372bbcd0325130fe2561e'    def install      ENV.j1  | 
