From ff6ff28cefa59090151792743e0a331479e8a092 Mon Sep 17 00:00:00 2001 From: Jan Sauer Date: Wed, 10 Jun 2015 04:49:27 +0200 Subject: [PATCH] Fix homepage to use SSL in Genymotion Cask The HTTP URL is already getting redirected to HTTPS. Using the HTTPS URL directly makes it more secure and saves a HTTP round-trip. --- Casks/genymotion.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/genymotion.rb b/Casks/genymotion.rb index 51a35238c79..63e80593c62 100644 --- a/Casks/genymotion.rb +++ b/Casks/genymotion.rb @@ -6,7 +6,7 @@ cask :v1 => 'genymotion' do url "http://files2.genymotion.com/genymotion/genymotion-#{version}/genymotion-#{version}.dmg" name 'Genymotion' - homepage 'http://www.genymotion.com/' + homepage 'https://www.genymotion.com/' license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder app 'Genymotion.app'