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.
This commit is contained in:
Jan Sauer 2015-06-11 00:20:32 +02:00
parent bd1237d57d
commit 13d1e68e63
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@ cask :v1 => 'screenmailer' do
version :latest version :latest
sha256 :no_check sha256 :no_check
url 'http://www.screenmailer.com/download' url 'https://www.screenmailer.com/releases/current/Screenmailer.zip'
appcast 'http://www.screenmailer.com/releases/current/releases.xml' appcast 'https://www.screenmailer.com/releases/current/releases.xml'
name 'Screenmailer' 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 license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Screenmailer.app' app 'Screenmailer.app'