use HTTPS url in vlc.rb

This commit is contained in:
Roland Walker 2014-06-18 10:55:27 -04:00
parent 6f5e7ca322
commit 5ae85d9532
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
class Vlc < Cask
url 'http://get.videolan.org/vlc/2.1.4/macosx/vlc-2.1.4.dmg'
url 'https://get.videolan.org/vlc/2.1.4/macosx/vlc-2.1.4.dmg'
appcast 'http://update.videolan.org/vlc/sparkle/vlc-intel64.xml'
homepage 'http://www.videolan.org/vlc/'
version '2.1.4'