]> repo.cephalix.eu Git - LibreOffice.git/commitdiff
Update to 6.2.8.2
authorhelmuth varkoly <helmuth@varkoly.de>
Sun, 5 Jan 2020 07:55:53 +0000 (08:55 +0100)
committerhelmuth varkoly <helmuth@varkoly.de>
Sun, 5 Jan 2020 07:55:53 +0000 (08:55 +0100)
FULLNAMES
VERSION
repo-ng/LibreOffice_6.2.8_Win_x64.msi [moved from repo-ng/LibreOffice_5.2.7_Win_x86.msi with 74% similarity]
repo-ng/LibreOffice_6.2.8_Win_x86.msi [moved from repo-ng/LibreOffice_5.2.7_Win_x64.msi with 86% similarity]
repo-ng/init.sls

index b3ca5234aae1979f72167a4396f053e632b4851f..8ee4c68c33c782e84a9b0c193af826fd9cb61ad5 100644 (file)
--- a/FULLNAMES
+++ b/FULLNAMES
@@ -1 +1 @@
-LibreOffice 5.2.7.2
+LibreOffice 6.2.8.2
diff --git a/VERSION b/VERSION
index d248c8044508909fc1a61cce93f604ca63abda0f..2e009efc39a47c659e589985def1cdf642ba2cd6 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-5.2.7.2
+6.2.8.2
similarity index 74%
rename from repo-ng/LibreOffice_5.2.7_Win_x86.msi
rename to repo-ng/LibreOffice_6.2.8_Win_x64.msi
index d7ac4708c66056605f85be5a5ac5acab763f5263..954c9ae15302515a6d78b536244ad112d34ce6ff 100755 (executable)
Binary files a/repo-ng/LibreOffice_5.2.7_Win_x86.msi and b/repo-ng/LibreOffice_6.2.8_Win_x64.msi differ
similarity index 86%
rename from repo-ng/LibreOffice_5.2.7_Win_x64.msi
rename to repo-ng/LibreOffice_6.2.8_Win_x86.msi
index d5e9755620d00a1bf9f3fb5fc2c728e0dcfb5ccf..ea2cd8c4d2d07faef3f1faee273827a10759cbbe 100755 (executable)
Binary files a/repo-ng/LibreOffice_5.2.7_Win_x64.msi and b/repo-ng/LibreOffice_6.2.8_Win_x86.msi differ
index 2e1ae007c66a33b5dddf794e55d236456a916d0f..59ab2ad09e20d34c8ca6c3718ed1e6824609823f 100755 (executable)
 {% 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