gnutls 2.12.18
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
acaee98780
commit
32a7db5fc4
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.16.tar.bz2'
|
||||
mirror 'http://ftp.gnu.org/gnu/gnutls/gnutls-2.12.16.tar.bz2'
|
||||
md5 '0414bba9760201f27d66787997cbadfb'
|
||||
url 'http://ftpmirror.gnu.org/gnutls/gnutls-2.12.18.tar.bz2'
|
||||
mirror 'http://ftp.gnu.org/gnu/gnutls/gnutls-2.12.18.tar.bz2'
|
||||
md5 'e9215d00d2930e09bc8f23f02b54f2d1'
|
||||
|
||||
depends_on 'pkg-config' => :build
|
||||
depends_on 'libgcrypt'
|
||||
|
|
Loading…
Reference in a new issue