diff options
| author | Stefan | 2013-01-05 17:14:59 +0100 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-05 08:28:47 -0800 |
| commit | 34ccf42cd17ac080eab38b5db783316dad9647f8 (patch) | |
| tree | b6eaa54030fc53c663baec24d90265aa09944e8b /Library | |
| parent | c42aa28204ac1463f3a693d4f6eba3fce78496a1 (diff) | |
| download | homebrew-34ccf42cd17ac080eab38b5db783316dad9647f8.tar.bz2 | |
gnutls 3.1.6
Closes #16905.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gnutls.rb | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb index dedad79c9..92c6c844e 100644 --- a/Library/Formula/gnutls.rb +++ b/Library/Formula/gnutls.rb @@ -1,10 +1,9 @@ require 'formula' class Gnutls < Formula - homepage 'http://www.gnu.org/software/gnutls/gnutls.html' - url 'http://ftpmirror.gnu.org/gnutls/gnutls-3.1.5.tar.xz' - mirror 'http://ftp.gnu.org/gnu/gnutls/gnutls-3.1.5.tar.xz' - sha256 '2f095984dd9cbbf4dce417ecd81640fe47732322d025062b2c9a189d022de0d3' + homepage 'http://gnutls.org' + url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.6.tar.xz' + sha256 '83039b8c243ebaa4c31c96c823c88c8c1576de4a7d0d04e10d93527a535e5e7f' depends_on 'xz' => :build depends_on 'pkg-config' => :build |
