Fix homepage to use SSL in ownCloud Cask

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-04 07:57:58 +02:00
parent 497c440533
commit 8211a87cf8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'owncloud' do
url "https://download.owncloud.com/desktop/stable/ownCloud-#{version}.pkg" url "https://download.owncloud.com/desktop/stable/ownCloud-#{version}.pkg"
name 'ownCloud' name 'ownCloud'
homepage 'http://owncloud.com' homepage 'https://owncloud.com/'
license :gpl license :gpl
pkg "ownCloud-#{version}.pkg" pkg "ownCloud-#{version}.pkg"