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 --- media-libs/opus/opus-1.0.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'media-libs/opus/opus-1.0.2-r2.ebuild') diff --git a/media-libs/opus/opus-1.0.2-r2.ebuild b/media-libs/opus/opus-1.0.2-r2.ebuild index ac82a24608ea..958ede80a116 100644 --- a/media-libs/opus/opus-1.0.2-r2.ebuild +++ b/media-libs/opus/opus-1.0.2-r2.ebuild @@ -19,7 +19,7 @@ SRC_URI="http://downloads.xiph.org/releases/opus/${P}.tar.gz" if [[ ${PV} == *9999 ]] ; then SRC_URI="" elif [[ ${PV%_p*} != ${PV} ]] ; then # Gentoo snapshot - SRC_URI="http://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz" + SRC_URI="https://dev.gentoo.org/~lu_zero/${PN}/${P}.tar.xz" else # Official release SRC_URI="http://downloads.xiph.org/releases/${PN}/${MY_P}.tar.gz" fi -- cgit v1.2.3-65-gdbad