From: Andreas Sturmlechner Date: Sat, 30 Jun 2018 22:01:52 +0000 (+0200) Subject: media-gfx/openmesh: Use https X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec;p=gentoo.git media-gfx/openmesh: Use https Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- diff --git a/media-gfx/openmesh/openmesh-4.1.ebuild b/media-gfx/openmesh/openmesh-4.1.ebuild index 212d2d93cb76..22fbdb4d2926 100644 --- a/media-gfx/openmesh/openmesh-4.1.ebuild +++ b/media-gfx/openmesh/openmesh-4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -9,8 +9,8 @@ MY_PV="${PV/_rc/-RC}" S="${WORKDIR}/${MY_PN}-${MY_PV}" DESCRIPTION="A generic data structure to represent and manipulate polygonal meshes" -HOMEPAGE="http://www.openmesh.org/" -SRC_URI="http://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" +HOMEPAGE="https://www.openmesh.org/" +SRC_URI="https://openmesh.org/media/Releases/${MY_PV/-RC/RC}/${MY_PN}-${MY_PV}.tar.bz2" LICENSE="BSD" SLOT="4"