Update Formula: gnutls to 2.10.2

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

Fixes Homebrew/homebrew#3038
This commit is contained in:
Alexis Hildebrandt 2010-11-02 16:59:18 +01:00 committed by Adam Vandenberg
parent d81292f1aa
commit 8839f99b6b

View file

@ -1,9 +1,9 @@
require 'formula'
class Gnutls <Formula
url 'http://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.10.1.tar.bz2'
url 'http://ftp.gnu.org/pub/gnu/gnutls/gnutls-2.10.2.tar.bz2'
homepage 'http://www.gnu.org/software/gnutls/gnutls.html'
sha1 '507ff8ad7c1e042f8ecaa4314f32777e74caf0d3'
sha1 '2704b7b86fc5e3444afcf20feb7bc9ff117d4816'
depends_on 'pkg-config' => :build
depends_on 'libgcrypt'