diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 00:01:52 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 02:03:36 +0200 |
commit | 12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec (patch) | |
tree | f6b870e6f1d80d4a0dfdba4126af9bd4c1a7e82a /media-gfx/openmesh | |
parent | dev-db/soci: Fix DEPENDs (diff) | |
download | gentoo-12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec.tar.gz gentoo-12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec.tar.bz2 gentoo-12407882e14a5c2b8d7eef72cf4e1edbba8ca8ec.zip |
media-gfx/openmesh: Use https
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'media-gfx/openmesh')
-rw-r--r-- | media-gfx/openmesh/openmesh-4.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |