Fix homepage to use SSL in Jing 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:15 +02:00
parent 495d9325d1
commit 459527dcc8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cask :v1 => 'jing' do
url 'http://download.techsmith.com/jing/mac/jing.dmg'
appcast 'http://www.techsmith.com/redirect.asp?product=jing&ver=2.0.0&lang=enu&target=SparkleAppcast'
name 'Jing'
homepage 'http://www.techsmith.com/jing.html'
homepage 'https://www.techsmith.com/jing.html'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
app 'Jing.app'