gnutls 2.12.16
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
20c89f6364
commit
ae185bb693
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue