From 8a2f7864b13c659743a87525af34cd175d774a10 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Sat, 15 Jun 2013 20:53:04 +0800 Subject: [PATCH] Use videolan.org to download VLC It looks like VLC 2.0.7 isn't on sourceforge yet, or at least the files section of the project is unavailable. We can point to the actual VLC site for downloads. Fixes #515 --- Casks/vlc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Casks/vlc.rb b/Casks/vlc.rb index 82081c3cc..380b57bc1 100644 --- a/Casks/vlc.rb +++ b/Casks/vlc.rb @@ -1,6 +1,6 @@ class Vlc < Cask homepage 'http://www.videolan.org/vlc/' - url 'http://downloads.sourceforge.net/project/vlc/2.0.7/macosx/vlc-2.0.7.dmg' + url 'http://get.videolan.org/vlc/2.0.7/macosx/vlc-2.0.7.dmg' version '2.0.7' sha1 'ea190de6108f77d5ed9eb775b872eea4ce9eee3c' link 'VLC.app'