Fix url and homepage in VOX Cask

* url supports SSL which should be used.
* homepage had changed and was a 404 error.
* homepage supports SSL which should be used.
This commit is contained in:
Jan Sauer 2015-06-02 06:44:56 +02:00
parent f1f338cd7a
commit b25e4246e3
1 changed files with 2 additions and 2 deletions

View File

@ -3,11 +3,11 @@ cask :v1 => 'vox' do
sha256 :no_check
# devmate.com is the official download host per the vendor homepage
url 'http://dl.devmate.com/com.coppertino.Vox/Vox.dmg'
url 'https://dl.devmate.com/com.coppertino.Vox/Vox.dmg'
name 'VOX'
appcast 'http://updates.devmate.com/com.coppertino.Vox.xml',
:sha256 => '20c1ab602462b7fc0d5b4cbd555cacf127b69a07a737579598ebcbc0f5b21319'
homepage 'http://coppertino.com/vox/osx/'
homepage 'https://coppertino.com/vox/mac'
license :freemium
app 'VOX.app'