GnuTLS mirror
Added a mirror for GNUtls Closes Homebrew/homebrew#23402. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
69da2119c5
commit
8903005333
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@ require 'formula'
|
|||
class Gnutls < Formula
|
||||
homepage 'http://gnutls.org'
|
||||
url 'ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/gnutls-3.1.10.tar.xz'
|
||||
mirror 'http://mirrors.dotsrc.org/gcrypt/gnutls/v3.1/gnutls-3.1.10.tar.xz'
|
||||
sha1 '1097644b0e58754217c4f9edbdf68e9f7aa7e08d'
|
||||
|
||||
depends_on 'xz' => :build
|
||||
|
|
Loading…
Reference in a new issue