commit: c025e3df02fc97a2bfacb206433c7c04afdb2539 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon May 21 10:31:49 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon May 21 17:02:16 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c025e3df
sci-geosciences/gshhs-data: use HTTPs, fix SRC_URI sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild index bafcf9956bf..3465400d19b 100644 --- a/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild +++ b/sci-geosciences/gshhs-data/gshhs-data-2.2.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 DESCRIPTION="Global Self-consistent, Hierarchical, High-resolution Shoreline programs data" -HOMEPAGE="http://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html" -SRC_URI="http://www.ngdc.noaa.gov/mgg/shorelines/data/gshhs/version${PV}/gshhs+wdbii_${PV}.zip" +HOMEPAGE="https://www.ngdc.noaa.gov/mgg/shorelines/gshhs.html" +SRC_URI="https://www.ngdc.noaa.gov/mgg/shorelines/data/gshhg/oldversions/version${PV}/gshhs+wdbii_${PV}.zip" LICENSE="GPL-2" SLOT="0"
