Fix homepage to use SSL in Jawbone Updater 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-10 04:36:51 +02:00
parent 495d9325d1
commit 1921c7d94c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cask :v1 => 'jawbone-updater' do
url "http://content.jawbone.com/store/dashboard/Jawbone_Updater-#{version}.pkg"
name 'Jawbone Updater'
homepage 'http://jawbone.com/'
homepage 'https://jawbone.com/'
license :gpl
pkg "Jawbone_Updater-#{version}.pkg"