]> repo.cephalix.eu Git - GoogleChrome.git/commitdiff
Update to 81.0.4044.138
authorbuildmaster <buildmaster@git.cephalix.eu>
Fri, 15 May 2020 05:25:39 +0000 (07:25 +0200)
committerbuildmaster <buildmaster@git.cephalix.eu>
Fri, 15 May 2020 05:25:39 +0000 (07:25 +0200)
VERSION
repo-ng/GoogleChromeStandaloneEnterprise.msi [moved from repo-ng/googlechromestandaloneenterprise64.msi with 80% similarity]
repo-ng/GoogleChromeStandaloneEnterprise64.msi [moved from repo-ng/googlechromestandaloneenterprise.msi with 79% similarity]
repo-ng/init.sls

diff --git a/VERSION b/VERSION
index e3b55e0b640259fc7b211506f8c76c619fb167f1..7e4a6048bbc7de7e66edece72467ee7096449672 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-78.0.3904.97
+81.0.4044.138
similarity index 80%
rename from repo-ng/googlechromestandaloneenterprise64.msi
rename to repo-ng/GoogleChromeStandaloneEnterprise.msi
index ff8e608dbb242601cc315ee57192feb1bf7ab666..875d77a65b1322780cb2afa76db731f5c30f890b 100755 (executable)
Binary files a/repo-ng/googlechromestandaloneenterprise64.msi and b/repo-ng/GoogleChromeStandaloneEnterprise.msi differ
similarity index 79%
rename from repo-ng/googlechromestandaloneenterprise.msi
rename to repo-ng/GoogleChromeStandaloneEnterprise64.msi
index 0d7329c01f385ef5225a926fab06df062aabbcbd..077a423594728dd782e9766de6fe9c684825f250 100755 (executable)
Binary files a/repo-ng/googlechromestandaloneenterprise.msi and b/repo-ng/GoogleChromeStandaloneEnterprise64.msi differ
index 2b182820a2bd1bec8a99174b9bc82a0c9253009b..aa3889af8d999bc6615de0bbb49df03749a010c5 100755 (executable)
 {% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
 GoogleChrome:
-  '78.0.3904.97':
+  '81.0.4044.138':
     {% if ARCH == 'x64' %}
-    installer: salt://win/repo-ng/GoogleChrome/googlechromestandaloneenterprise64.msi
-    uninstaller: salt://win/repo-ng/GoogleChrome/googlechromestandaloneenterprise64.msi
+    installer: salt://win/repo-ng/GoogleChrome/GoogleChromeStandaloneEnterprise64.msi
+    uninstaller: salt://win/repo-ng/GoogleChrome/GoogleChromeStandaloneEnterprise64.msi
     {% else %}
-    installer: salt://win/repo-ng/GoogleChrome/googlechromestandaloneenterprise.msi
-    uninstaller: salt://win/repo-ng/GoogleChrome/googlechromestandaloneenterprise.msi
+    installer: salt://win/repo-ng/GoogleChrome/GoogleChromeStandaloneEnterprise.msi
+    uninstaller: salt://win/repo-ng/GoogleChrome/GoogleChromeStandaloneEnterprise.msi
     {% endif %}
     full_name: Google Chrome
     install_flags: '/quiet /log "{{ LOG_PATH }}GoogleChrome_inst.log"'