{% set LOG_PATH = 'C:\\salt\\var\\log' %}
LibreOffice:
- '7.0.1.2':
+ '7.0.1.6':
{% if ARCH == 'x64' %}
- installer: salt://win/repo-ng/LibreOffice/LibreOffice_7.0.1_Win_x64.msi
- uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_7.0.1_Win_x64.msi
+ installer: salt://win/repo-ng/LibreOffice/LibreOffice_7.1.6_Win_x64.msi
+ uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_7.1.6_Win_x64.msi
{% else %}
- installer: salt://win/repo-ng/LibreOffice/LibreOffice_7.0.1_Win_x86.msi
- uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_7.0.1_Win_x86.msi
+ installer: salt://win/repo-ng/LibreOffice/LibreOffice_7.1.6_Win_x86.msi
+ uninstaller: salt://win/repo-ng/LibreOffice/LibreOffice_7.1.6_Win_x86.msi
{% endif %}
- full_name: 'LibreOffice 7.0.1.2'
+ full_name: 'LibreOffice 7.0.1.6'
install_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_inst.log"'
uninstall_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_uninst.log"'
msiexec: True