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:
parent
635049ba03
commit
6ed3a4206c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue