From eaaface92ee81f30a6ac66fe7acbcc42c00dc450 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 24 Aug 2015 12:47:45 +0200 Subject: Use https by default Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher --- sci-libs/umfpack/metadata.xml | 2 +- sci-libs/umfpack/umfpack-5.6.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-libs/umfpack') diff --git a/sci-libs/umfpack/metadata.xml b/sci-libs/umfpack/metadata.xml index 5900c94fd527..e441393edc88 100644 --- a/sci-libs/umfpack/metadata.xml +++ b/sci-libs/umfpack/metadata.xml @@ -1,5 +1,5 @@ - + sci diff --git a/sci-libs/umfpack/umfpack-5.6.2.ebuild b/sci-libs/umfpack/umfpack-5.6.2.ebuild index d87d4b281210..23c9498efebe 100644 --- a/sci-libs/umfpack/umfpack-5.6.2.ebuild +++ b/sci-libs/umfpack/umfpack-5.6.2.ebuild @@ -8,7 +8,7 @@ inherit autotools-utils toolchain-funcs DESCRIPTION="Unsymmetric multifrontal sparse LU factorization library" HOMEPAGE="http://www.cise.ufl.edu/research/sparse/umfpack" -SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -- cgit v1.2.3-65-gdbad