From 7bec7026f8941aead9f5704b486a10a9776641ef Mon Sep 17 00:00:00 2001 From: Jaime Marquínez Ferrándiz Date: Thu, 27 Feb 2014 15:19:55 +0100 Subject: Batch convert http download urls from SourceForge to https Signed-off-by: Adam Vandenberg --- Library/Formula/quantlib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula/quantlib.rb') diff --git a/Library/Formula/quantlib.rb b/Library/Formula/quantlib.rb index c532474cb..095f73536 100644 --- a/Library/Formula/quantlib.rb +++ b/Library/Formula/quantlib.rb @@ -2,7 +2,7 @@ require 'formula' class Quantlib < Formula homepage 'http://quantlib.org/' - url 'http://downloads.sourceforge.net/project/quantlib/QuantLib/1.3/QuantLib-1.3.tar.gz' + url 'https://downloads.sourceforge.net/project/quantlib/QuantLib/1.3/QuantLib-1.3.tar.gz' sha1 '6f212d62c300a9ef74cdbaec6c50a2f4a7f6a0b0' depends_on 'boost' -- cgit v1.2.3