Merge pull request #11702 from jansauer/fix-inkscape-ssl

Fix homepage to use SSL in Inkscape Cask
This commit is contained in:
Vítor Galvão 2015-06-10 01:53:37 +01:00
commit 805ce9d3a6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'inkscape' do
# fastly.net is the official download host per the vendor homepage
url "https://inkscape.global.ssl.fastly.net/media/resources/file/Inkscape-#{version}-x11-10.7-x86_64.dmg"
name 'Inkscape'
homepage 'http://inkscape.org'
homepage 'https://inkscape.org/'
license :gpl
app 'Inkscape.app'