From: Maximilian Hofmann Date: Mon, 7 Aug 2023 21:54:19 +0000 (+0200) Subject: fixed typo in init.sls X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=ad04bf5232049752d65a2b4b4ab5bbda0d59a684;p=VLC.git fixed typo in init.sls --- diff --git a/oss-pkg-VLC.spec b/oss-pkg-VLC.spec index f48e3ad..61a3df1 100644 --- a/oss-pkg-VLC.spec +++ b/oss-pkg-VLC.spec @@ -5,7 +5,7 @@ Name: oss-pkg-VLC Summary: Package to install VLC on OSS-Clients -Version: 3.0.16.0 +Version: 3.0.18.0 Release: 7 License: GPL-2.0 Vendor: Peter Varkoly and Helmuth Varkoly diff --git a/repo-ng/init.sls b/repo-ng/init.sls index e3ac5c8..0ce9138 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -12,7 +12,7 @@ VLC: '3.0.18': full_name: 'VLC media player 3.0.18' - installer: salt://win/repo-ng/VLC/vlc-3.0.19-win64.msi + installer: salt://win/repo-ng/VLC/vlc-3.0.18-win64.msi uninstaller: salt://win/repo-ng/VLC/vlc-3.0.18-win64.msi install_flags: '/q ALLUSERS=1' uninstall_flags: '/q'