From: helmuth varkoly Date: Mon, 25 Nov 2019 10:42:04 +0000 (+0100) Subject: Update to 32 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=526a02b49efe072422aefe1f283c805c54b4cd63;p=AdobeFlashPlayerNPAPI.git Update to 32 --- diff --git a/FULLNAMES b/FULLNAMES index 1b368ae..477fefb 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Adobe Flash Player 24 NPAPI +Adobe Flash Player 32 NPAPI diff --git a/VERSION b/VERSION index e56580b..0411b8c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -24.0.0.194 +32.0.0.293 diff --git a/repo-ng/init.sls b/repo-ng/init.sls index f07e78e..3626a25 100755 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -11,11 +11,11 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} AdobeFlashPlayerNPAPI: - '24.0.0.194': - installer: salt://win/repo-ng/AdobeFlashPlayerNPAPI/install_flash_player_24_plugin.msi - full_name: 'Adobe Flash Player 24 NPAPI' + '32.0.0.293': + installer: salt://win/repo-ng/AdobeFlashPlayerNPAPI/install_flash_player_32_plugin.msi + full_name: 'Adobe Flash Player 32 NPAPI' install_flags: '/qn /norestart /l* {{ LOG_PATH }}AdobeFlashPlayerNPAPI_inst.log' - uninstaller: salt://win/repo-ng/AdobeFlashPlayerNPAPI/install_flash_player_24_plugin.msi + uninstaller: salt://win/repo-ng/AdobeFlashPlayerNPAPI/install_flash_player_32_plugin.msi uninstall_flags: '/qn /norestart /l* "{{ LOG_PATH }}AdobeFlashPlayerNPAPI_uninst.log"' msiexec: True locale: de_DE diff --git a/repo-ng/install_flash_player_24_plugin.msi b/repo-ng/install_flash_player_32_plugin.msi similarity index 68% rename from repo-ng/install_flash_player_24_plugin.msi rename to repo-ng/install_flash_player_32_plugin.msi index 93a566f..86c77fa 100755 Binary files a/repo-ng/install_flash_player_24_plugin.msi and b/repo-ng/install_flash_player_32_plugin.msi differ