Fix android-file-transfer homepage to use SSL

Saves the roundtrip for the redirect from the web server and moreover SSL should be the preferred default.
This commit is contained in:
Jan Sauer 2015-06-01 19:08:14 +02:00
parent 556e1592c6
commit a2dc61ec62
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'android-file-transfer' do
# google.com is the official download host per the vendor homepage
url 'https://dl.google.com/dl/androidjumper/mtp/current/androidfiletransfer.dmg'
name 'Android File Transfer'
homepage 'http://www.android.com/filetransfer/'
homepage 'https://www.android.com/filetransfer/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Android File Transfer.app'