diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /sci-geosciences/googleearth | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-geosciences/googleearth')
-rw-r--r-- | sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild b/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild index a127bf79afb9..8582a1540c1d 100644 --- a/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild +++ b/sci-geosciences/googleearth/googleearth-7.1.2.2041.ebuild @@ -7,12 +7,12 @@ EAPI=5 inherit pax-utils eutils unpacker fdo-mime gnome2-utils DESCRIPTION="A 3D interface to the planet" -HOMEPAGE="http://earth.google.com/" +HOMEPAGE="https://earth.google.com/" # no upstream versioning, version determined from help/about # incorrect digest means upstream bumped and thus needs version bump -SRC_URI="x86? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb +SRC_URI="x86? ( https://dl.google.com/dl/earth/client/current/google-earth-stable_current_i386.deb -> GoogleEarthLinux-${PV}_i386.deb ) - amd64? ( http://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb + amd64? ( https://dl.google.com/dl/earth/client/current/google-earth-stable_current_amd64.deb -> GoogleEarthLinux-${PV}_amd64.deb )" LICENSE="googleearth GPL-2" SLOT="0" |