From fcdc803868a3836b6046377cb71f040947cdabde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Mon, 17 Sep 2018 17:04:27 +0200 Subject: [PATCH] julia: switch to https. --- dev-lang/julia/julia-0.3.5.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-lang/julia/julia-0.3.5.recipe b/dev-lang/julia/julia-0.3.5.recipe index 438865395..e6a3aa238 100644 --- a/dev-lang/julia/julia-0.3.5.recipe +++ b/dev-lang/julia/julia-0.3.5.recipe @@ -8,11 +8,11 @@ also integrates mature, best-of-breed C and Fortran libraries for linear \ algebra, random number generation, signal processing, and string processing. \ In addition, the Julia developer community is contributing a number of \ external packages through Julia’s built-in package manager at a rapid pace." -HOMEPAGE="http://julialang.org/" +HOMEPAGE="https://julialang.org/" SOURCE_URI="https://github.com/JuliaLang/julia/releases/download/v0.3.5/julia-0.3.5_a05f87b79a.tar.gz" CHECKSUM_SHA256="8f77b708ede7f095cdbea439b5aa43849c658a2c242811fb128841bb5e84b6e5" SOURCE_DIR="julia-0.3" -REVISION="1" +REVISION="2" LICENSE="MIT" COPYRIGHT="2009-2014 Jeff Bezanson et al."