Merge pull request #11696 from jansauer/fix-focus-ssl

Fix url, appcast and homepage to use SSL in Focus Cask
This commit is contained in:
Vítor Galvão 2015-06-09 23:06:38 +01:00
commit f57b651ef0
1 changed files with 3 additions and 3 deletions

View File

@ -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'