{% set LOG_PATH = 'C:\\salt\\var\\log' %}
LibreOffice:
- '5.2.7.2':
+ '6.2.8.2':
{% if ARCH == 'x64' %}
- installer: salt://win/repo-ng/LibreOffice/LibreOffice_5.2.7_Win_x64.msi
- uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_5.2.7_Win_x64.msi
+ installer: salt://win/repo-ng/LibreOffice/LibreOffice_6.2.8_Win_x64.msi
+ uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_6.2.8_Win_x64.msi
{% else %}
- installer: salt://win/repo-ng/LibreOffice/LibreOffice_5.2.7_Win_x86.msi
- uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_5.2.7_Win_x86.msi
+ installer: salt://win/repo-ng/LibreOffice/LibreOffice_6.2.8_Win_x86.msi
+ uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_6.2.8_Win_x86.msi
{% endif %}
- full_name: 'LibreOffice 5.2.7.2'
+ full_name: 'LibreOffice 6.2.8.2'
install_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_inst.log"'
uninstall_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_uninst.log"'
msiexec: True