From dbbebb79cb70be65edcd0c073df9c1380d26d8e8 Mon Sep 17 00:00:00 2001 From: Jan Sauer Date: Tue, 9 Jun 2015 23:07:50 +0200 Subject: [PATCH] Fix url, appcast and homepage to use SSL in Focus 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/focus.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/focus.rb b/Casks/focus.rb index eecbe09fa49..cf9dc7d6f11 100644 --- a/Casks/focus.rb +++ b/Casks/focus.rb @@ -2,10 +2,10 @@ cask :v1 => 'focus' do version :latest sha256 :no_check - url 'http://www.heyfocus.com/releases/Focus-latest.zip' - appcast 'http://www.heyfocus.com/appcast.xml' + url 'https://heyfocus.com/releases/Focus-latest.zip' + appcast 'https://heyfocus.com/appcast.xml' name 'Focus' - homepage 'http://www.heyfocus.com/' + homepage 'https://heyfocus.com/' license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder app 'Focus.app'