CI: Use VLC 3.0.4 instead of master for macOS

Fixes an issue where macOS builds on Travis would fail due to changes
in VLC master branch.
This commit is contained in:
juvester
2018-11-30 18:03:48 +02:00
parent 01e8426981
commit d10e4cd040
2 changed files with 3 additions and 3 deletions

View File

@@ -37,8 +37,8 @@ tar -xf ./osx-deps-2018-08-09.tar.gz -C /tmp
# Fetch vlc codebase
hr "Downloading VLC repo"
wget --quiet --retry-connrefused --waitretry=1 -O vlc-master.zip https://github.com/videolan/vlc/archive/master.zip
unzip -q ./vlc-master.zip
wget --quiet --retry-connrefused --waitretry=1 -O vlc-3.0-3.0.4.zip https://github.com/videolan/vlc-3.0/archive/3.0.4.zip
unzip -q ./vlc-3.0-3.0.4.zip
# Get sparkle
hr "Downloading Sparkle framework"