From: buildmaster Date: Fri, 18 Sep 2020 08:27:24 +0000 (+0200) Subject: New release X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=988cebe64eec464f126d0881518a549a7ed11b55;p=LibreOffice.git New release --- diff --git a/FULLNAMES b/FULLNAMES index b3ca523..14d3530 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -LibreOffice 5.2.7.2 +LibreOffice 7.0.1.2 diff --git a/RELEASE b/RELEASE index f599e28..b4de394 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -10 +11 diff --git a/VERSION b/VERSION index d248c80..33f5f37 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.2.7.2 +7.0.1.2 diff --git a/repo-ng/LibreOffice_5.2.7_Win_x86.msi b/repo-ng/LibreOffice_7.0.1_Win_x64.msi old mode 100755 new mode 100644 similarity index 70% rename from repo-ng/LibreOffice_5.2.7_Win_x86.msi rename to repo-ng/LibreOffice_7.0.1_Win_x64.msi index d7ac470..d71709b Binary files a/repo-ng/LibreOffice_5.2.7_Win_x86.msi and b/repo-ng/LibreOffice_7.0.1_Win_x64.msi differ diff --git a/repo-ng/LibreOffice_5.2.7_Win_x64.msi b/repo-ng/LibreOffice_7.0.1_Win_x86.msi old mode 100755 new mode 100644 similarity index 81% rename from repo-ng/LibreOffice_5.2.7_Win_x64.msi rename to repo-ng/LibreOffice_7.0.1_Win_x86.msi index d5e9755..735abc2 Binary files a/repo-ng/LibreOffice_5.2.7_Win_x64.msi and b/repo-ng/LibreOffice_7.0.1_Win_x86.msi differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 2e1ae00..aaa8664 100755 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -17,7 +17,7 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} LibreOffice: - '5.2.7.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 @@ -25,7 +25,7 @@ LibreOffice: 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 {% endif %} - full_name: 'LibreOffice 5.2.7.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