From: helmuth varkoly Date: Thu, 21 Nov 2019 22:34:04 +0000 (+0100) Subject: Upgraded to 3.0.8 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=aa518498a6e2180d3bf3ccd98ee9b2fcbc6bd72b;p=VLC.git Upgraded to 3.0.8 --- diff --git a/RELEASE b/RELEASE index 00750ed..b8626c4 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -3 +4 diff --git a/VERSION b/VERSION index 75a22a2..67786e2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.3 +3.0.8 diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 130845c..48a6d46 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -16,12 +16,12 @@ VLC: - '3.0.3': + '3.0.8': full_name: 'VLC media player' {% if ARCH == 'x64' %} - installer: salt://win/repo-ng/VLC/vlc-3.0.3-win64.exe + installer: salt://win/repo-ng/VLC/vlc-3.0.8-win64.exe {% else %} - installer: salt://win/repo-ng/VLC/vlc-3.0.3-win32.exe + installer: salt://win/repo-ng/VLC/vlc-3.0.8-win32.exe {% endif %} uninstaller: '%PROGRAMFILES%\VideoLAN\VLC\uninstall.exe' install_flags: '/S' diff --git a/repo-ng/vlc-3.0.3-win64.exe b/repo-ng/vlc-3.0.8-win32.exe similarity index 77% rename from repo-ng/vlc-3.0.3-win64.exe rename to repo-ng/vlc-3.0.8-win32.exe index 57b002f..c6d5d4f 100755 Binary files a/repo-ng/vlc-3.0.3-win64.exe and b/repo-ng/vlc-3.0.8-win32.exe differ diff --git a/repo-ng/vlc-3.0.3-win32.exe b/repo-ng/vlc-3.0.8-win64.exe similarity index 75% rename from repo-ng/vlc-3.0.3-win32.exe rename to repo-ng/vlc-3.0.8-win64.exe index 7ea933c..5737ae4 100755 Binary files a/repo-ng/vlc-3.0.3-win32.exe and b/repo-ng/vlc-3.0.8-win64.exe differ