]> repo.cephalix.eu Git - LibreOffice.git/commitdiff
Updated to 7.0.1
authorbuildmaster <buildmaster@git.cephalix.eu>
Fri, 18 Sep 2020 09:47:45 +0000 (11:47 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Fri, 18 Sep 2020 09:47:45 +0000 (11:47 +0200)
1  2 
repo-ng/init.sls

index aaa86647f27425f295b1bbb21476f77dccd18781,59ab2ad09e20d34c8ca6c3718ed1e6824609823f..10fea365a6304d121d8552c32590947581357adf
  {% set LOG_PATH = 'C:\\salt\\var\\log' %}
  
  LibreOffice:
 -  '6.2.8.2':
 +  '7.0.1.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
++    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
      {% 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
++    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
      {% endif %}
 -    full_name: 'LibreOffice 6.2.8.2'
 +    full_name: 'LibreOffice 7.0.1.2'
      install_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_inst.log"'
      uninstall_flags: '/quiet /log "{{ LOG_PATH }}\LibreOffice_uninst.log"'
      msiexec: True