aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/gnutls.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index c27b41a13..923e48ecf 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -1,11 +1,12 @@
require 'formula'
class Gnutls <Formula
- url 'http://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.8.5.tar.bz2'
+ url 'http://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.10.1.tar.bz2'
homepage 'http://www.gnu.org/software/gnutls/gnutls.html'
- sha1 '5121c52efd4718ad3d8b641d28343b0c6abaa571'
+ sha1 '507ff8ad7c1e042f8ecaa4314f32777e74caf0d3'
depends_on 'libgcrypt'
+ depends_on 'libtasn1' => :optional
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",