aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnutls.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gnutls.rb')
-rw-r--r--Library/Formula/gnutls.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 23de49224..ba0c42158 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -2,9 +2,9 @@ require 'formula'
class Gnutls < Formula
homepage 'http://www.gnu.org/software/gnutls/gnutls.html'
- url 'http://ftpmirror.gnu.org/gnutls/gnutls-2.12.14.tar.bz2'
- mirror 'http://ftp.gnu.org/gnu/gnutls/gnutls-2.12.14.tar.bz2'
- md5 '555687a7ffefba0bd9de1e71cb61402c'
+ url 'http://ftpmirror.gnu.org/gnutls/gnutls-2.12.16.tar.bz2'
+ mirror 'http://ftp.gnu.org/gnu/gnutls/gnutls-2.12.16.tar.bz2'
+ md5 '0414bba9760201f27d66787997cbadfb'
depends_on 'pkg-config' => :build
depends_on 'libgcrypt'