Update Formula: gnutls to 2.10.2
Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixes Homebrew/homebrew#3038
This commit is contained in:
parent
d81292f1aa
commit
8839f99b6b
1 changed files with 2 additions and 2 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue