gnutls 3.1.8

Fixes a major bug:
http://article.gmane.org/gmane.comp.encryption.gpg.gnutls.devel/6623

Closes Homebrew/homebrew#17786.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Sarkis Varozian 2013-02-11 23:54:29 -08:00 committed by Adam Vandenberg
parent 635049ba03
commit 6ed3a4206c

View file

@ -2,8 +2,8 @@ require 'formula'
class Gnutls < Formula
homepage 'http://gnutls.org'
url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.7.tar.xz'
sha1 '734f85dc81d4867e20830f83afd36519ea5ccdcd'
url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.8.tar.xz'
sha1 'ad9c281fc6d5d8d5af9a2d8225baf9ec556e2723'
depends_on 'xz' => :build
depends_on 'pkg-config' => :build