From: Alexis Ballier Date: Thu, 29 Dec 2016 14:20:52 +0000 (+0100) Subject: sci-electronics/gazebo: Use https for fetching tarballs, part of bug #598386 by avina... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=844131579a763d672687e3c19cc2621c30b61200;p=gentoo.git sci-electronics/gazebo: Use https for fetching tarballs, part of bug #598386 by avinash uttamchandani. Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sci-electronics/gazebo/gazebo-7.4.0.ebuild b/sci-electronics/gazebo/gazebo-7.4.0.ebuild index 8abc8c93ddbe..bbc32ae00300 100644 --- a/sci-electronics/gazebo/gazebo-7.4.0.ebuild +++ b/sci-electronics/gazebo/gazebo-7.4.0.ebuild @@ -8,7 +8,7 @@ inherit cmake-utils versionator vcs-snapshot flag-o-matic DESCRIPTION="A 3D multiple robot simulator with dynamics" HOMEPAGE="http://gazebosim.org/" -SRC_URI="http://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2" +SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz2" LICENSE="Apache-2.0" SLOT="0"