]> repo.cephalix.eu Git - GoogleChrome.git/commitdiff
updated Chrome to 115
authorMaximilian Hofmann <mh@wildemail.de>
Tue, 8 Aug 2023 13:11:51 +0000 (15:11 +0200)
committerMaximilian Hofmann <mh@wildemail.de>
Tue, 8 Aug 2023 13:11:51 +0000 (15:11 +0200)
VERSION
repo-ng/chrome-115-32.msi [moved from repo-ng/chrome-113-32.msi with 84% similarity]
repo-ng/chrome-115-64.msi [moved from repo-ng/chrome-113-64.msi with 84% similarity]
repo-ng/init.sls

diff --git a/VERSION b/VERSION
index 08c86dc2ad9f3f9ba25ddeaa2904c746ecdb07ca..ec6b4412330dd30ed7e7e49e0c2f6b1a24ff3d7a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-113.0.5672.64
+115.0.5790.171
similarity index 84%
rename from repo-ng/chrome-113-32.msi
rename to repo-ng/chrome-115-32.msi
index da4b2cf336c532da3380ab8c3c9ac3d03110e4a0..ff0a7cbec449c0475d4b6a335ccd9619b6ca4442 100644 (file)
Binary files a/repo-ng/chrome-113-32.msi and b/repo-ng/chrome-115-32.msi differ
similarity index 84%
rename from repo-ng/chrome-113-64.msi
rename to repo-ng/chrome-115-64.msi
index 5bfcece96c204f06bf566ed72a00f3f22f26a3ed..f2b424c0534cc00005231ae7785577a06a32909f 100644 (file)
Binary files a/repo-ng/chrome-113-64.msi and b/repo-ng/chrome-115-64.msi differ
index cacf0648b7b2721673d81e317d9fcc6bb9aa7890..9382ae9cf418322b3368d5ca11e22f321f79ff8c 100755 (executable)
 {% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
 GoogleChrome:
-  '113.0.5672.64':
+  '115.0.5790.171':
     {% if ARCH == 'x64' %}
-    installer: salt://win/repo-ng/GoogleChrome/chrome-113-64.msi
-    uninstaller: salt://win/repo-ng/GoogleChrome/chrome-113-64.msi
+    installer: salt://win/repo-ng/GoogleChrome/chrome-115-64.msi
+    uninstaller: salt://win/repo-ng/GoogleChrome/chrome-115-64.msi
     {% else %}
-    installer: salt://win/repo-ng/GoogleChrome/chrome-113-32.msi
-    uninstaller: salt://win/repo-ng/GoogleChrome/chrome-113-32.msi
+    installer: salt://win/repo-ng/GoogleChrome/chrome-115-32.msi
+    uninstaller: salt://win/repo-ng/GoogleChrome/chrome-115-32.msi
     {% endif %}
     full_name: Google Chrome
     install_flags: '/quiet /log "{{ LOG_PATH }}GoogleChrome_inst.log"'