From 67a94f27e3ad2af15be902f83e6892945b106d25 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sat, 19 May 2018 09:33:46 +0200 Subject: app-emulation/genymotion-bin: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8473 --- app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild b/app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild index 5d9a81113554..15acb33f5a04 100644 --- a/app-emulation/genymotion-bin/genymotion-bin-2.11.0.ebuild +++ b/app-emulation/genymotion-bin/genymotion-bin-2.11.0.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=6 @@ -9,7 +9,7 @@ MY_PN="${PN/-bin}" MY_P="${MY_PN}-${PV}" DESCRIPTION="Complete set of tools that provide a virtual environment for Android" -HOMEPAGE="http://genymotion.com" +HOMEPAGE="https://genymotion.com" SRC_URI="${MY_P}-linux_x64.bin" DOWNLOAD_URL="https://www.genymotion.com/download/" -- cgit v1.2.3-65-gdbad