]> repo.cephalix.eu Git - 7zip.git/commitdiff
Update to 19.00.00.0
authorbuildmaster <buildmaster@git.cephalix.eu>
Fri, 15 May 2020 05:46:12 +0000 (07:46 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Fri, 15 May 2020 05:46:12 +0000 (07:46 +0200)
VERSION
repo-ng/7z1900-x64.msi [new file with mode: 0755]
repo-ng/7z1900.msi [new file with mode: 0755]
repo-ng/init.sls [new file with mode: 0755]

diff --git a/VERSION b/VERSION
index 80de3e1cb8cf967ffad49ad3dc4dc6c098e49499..63e240b9fa82c514361252c657ec489f7706a188 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.04.00.0
+19.00.00.0
diff --git a/repo-ng/7z1900-x64.msi b/repo-ng/7z1900-x64.msi
new file mode 100755 (executable)
index 0000000..99ee624
Binary files /dev/null and b/repo-ng/7z1900-x64.msi differ
diff --git a/repo-ng/7z1900.msi b/repo-ng/7z1900.msi
new file mode 100755 (executable)
index 0000000..d93ff38
Binary files /dev/null and b/repo-ng/7z1900.msi differ
diff --git a/repo-ng/init.sls b/repo-ng/init.sls
new file mode 100755 (executable)
index 0000000..1b30f79
--- /dev/null
@@ -0,0 +1,35 @@
+###############################################################################
+# SLS: 7zip
+# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# All rights reserved.
+#
+# Authors:              Helmuth Varkoly
+#
+# Description:          Package SLS
+###############################################################################
+
+{% if grains['cpuarch'] == 'AMD64' %}
+{% set ARCH = "x64" %}
+{% else %}
+{% set ARCH = "x86" %}
+{% endif %}
+
+{% set LOG_PATH = 'C:\\salt\\var\\log' %}
+
+7zip:
+  '19.00.00.0':
+    {% if ARCH == 'x64' %}
+    installer: salt://win/repo-ng/7zip/7z1900-x64.msi
+    uninstaller: salt://win/repo-ng/7zip/7z1900-x64.msi
+    full_name: '7-Zip 19.00 (x64 edition)'
+    {% else %}
+    full_name: '7-Zip 19.00'
+    installer: salt://win/repo-ng/7zip/7z1900.msi
+    uninstaller: salt://win/repo-ng/7zip/7z1900.msi
+    {% endif %}
+    install_flags: '/quiet /log "{{ LOG_PATH }}\7zip_inst.log"'
+    uninstall_flags: '/quiet /log "{{ LOG_PATH }}\7zip_uninst.log"'
+    msiexec: True
+    locale: de_DE
+    reboot: False
+    cache_dir: False