summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:05 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 13:35:41 +0200
commit769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch)
treeb2ac9f34d4991495f829bd5db62f51c7579e4a4e /www-client/google-chrome-unstable
parentsys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff)
downloadgentoo-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 'www-client/google-chrome-unstable')
-rw-r--r--www-client/google-chrome-unstable/google-chrome-unstable-46.0.2486.0_p1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/www-client/google-chrome-unstable/google-chrome-unstable-46.0.2486.0_p1.ebuild b/www-client/google-chrome-unstable/google-chrome-unstable-46.0.2486.0_p1.ebuild
index 1834b22d6552..16a97bed9bb0 100644
--- a/www-client/google-chrome-unstable/google-chrome-unstable-46.0.2486.0_p1.ebuild
+++ b/www-client/google-chrome-unstable/google-chrome-unstable-46.0.2486.0_p1.ebuild
@@ -11,7 +11,7 @@ CHROMIUM_LANGS="am ar bg bn ca cs da de el en_GB es es_LA et fa fi fil fr gu he
inherit readme.gentoo chromium eutils multilib pax-utils unpacker
DESCRIPTION="The web browser from Google"
-HOMEPAGE="http://www.google.com/chrome"
+HOMEPAGE="https://www.google.com/chrome"
if [[ ${PN} == google-chrome ]]; then
MY_PN=${PN}-stable
@@ -23,10 +23,10 @@ MY_P="${MY_PN}_${PV/_p/-}"
SRC_URI="
amd64? (
- http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
+ https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_amd64.deb
)
x86? (
- http://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
+ https://dl.google.com/linux/chrome/deb/pool/main/g/${MY_PN}/${MY_P}_i386.deb
)
"