From 13d1e68e637d088cb40d8a8fcba6e143f022a651 Mon Sep 17 00:00:00 2001 From: Jan Sauer Date: Thu, 11 Jun 2015 00:20:32 +0200 Subject: [PATCH] Fix url, appcast and homepage to use SSL in Screenmailer Cask The new url is from the appcast entry. 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/screenmailer.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Casks/screenmailer.rb b/Casks/screenmailer.rb index 57286161f51..55cb57a0c96 100644 --- a/Casks/screenmailer.rb +++ b/Casks/screenmailer.rb @@ -2,10 +2,10 @@ cask :v1 => 'screenmailer' do version :latest sha256 :no_check - url 'http://www.screenmailer.com/download' - appcast 'http://www.screenmailer.com/releases/current/releases.xml' + url 'https://www.screenmailer.com/releases/current/Screenmailer.zip' + appcast 'https://www.screenmailer.com/releases/current/releases.xml' name 'Screenmailer' - homepage 'http://www.screenmailer.com' + homepage 'https://www.screenmailer.com/' license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder app 'Screenmailer.app'