aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnutls.rb
diff options
context:
space:
mode:
authorBirger J. Nordølum2011-03-18 22:03:33 +0100
committerAdam Vandenberg2011-03-18 14:06:20 -0700
commitc7a71c6fdc8934f110215e809df985a362f5713a (patch)
tree1de4742b2b9d4d1257b32959a8b1e9a388ee5d5f /Library/Formula/gnutls.rb
parent46c553ad431193c1cac98484b9610b6fe1a0136b (diff)
downloadhomebrew-c7a71c6fdc8934f110215e809df985a362f5713a.tar.bz2
GNU GnuTLS: 2.10.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/gnutls.rb')
-rw-r--r--Library/Formula/gnutls.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/gnutls.rb b/Library/Formula/gnutls.rb
index 1494cf278..81bcdae8f 100644
--- a/Library/Formula/gnutls.rb
+++ b/Library/Formula/gnutls.rb
@@ -1,9 +1,9 @@
require 'formula'
class Gnutls < Formula
- url 'http://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.10.4.tar.bz2'
homepage 'http://www.gnu.org/software/gnutls/gnutls.html'
- sha1 'f0dcd7b68748b48d7b945c52b6a9e64d643e4b58'
+ url 'http://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.10.5.tar.bz2'
+ sha1 '4530657082a0e754356de89a5529d1ad7a18e777'
depends_on 'pkg-config' => :build
depends_on 'libgcrypt'