]> repo.cephalix.eu Git - MozillaFirefox.git/commitdiff
Firefox in Version 61.0.2.0
authorbuildmaster <buildmaster@git.cephalix.eu>
Tue, 9 Oct 2018 10:40:39 +0000 (12:40 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Tue, 9 Oct 2018 10:40:39 +0000 (12:40 +0200)
RELEASE
VERSION
repo-ng/init.sls

diff --git a/RELEASE b/RELEASE
index 7f8f011eb73d6043d2e6db9d2c101195ae2801f2..45a4fb75db864000d01701c0f7a51864bd4daabf 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-7
+8
diff --git a/VERSION b/VERSION
index 1a7d95f305a529a0238f28bd9fcda2e3df599bfa..cb5e2fd2db0e24861b6e2c7432d2d9694b21478d 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-54.0.0.0
+61.0.2.0
index f91a465979b9ae08df2b524c65c90ca7d98f0d6c..0e42cafd9e32b8f790a6b73bc0255dcf4dae3bb1 100755 (executable)
@@ -8,13 +8,14 @@
 # Description:          SLS for installation
 ###############################################################################
 
-{% set LOG_PATH = salt['grains.get']('SALT_TMP_LOG') %}
+{% set LOG_PATH = 'C:\\salt\\var\\log' %}
+
 MozillaFirefox:
-  '54.0.0.0':
+  '61.0.2.0':
     full_name: 'Mozilla Firefox (de)'
-    installer: salt://win/repo-ng/MozillaFirefox/Firefox-54.0-de.msi
+    installer: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi
     install_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_inst.log'
-    uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-54.0-de.msi
+    uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi
     uninstall_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_uninst.log'
     msiexec: True
     locale: de_DE