From: Maximilian Hofmann Date: Tue, 8 Aug 2023 13:11:51 +0000 (+0200) Subject: updated Chrome to 115 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=d656eb14efb71d918a9c38f1b3c4e59407f64658;p=GoogleChrome.git updated Chrome to 115 --- diff --git a/VERSION b/VERSION index 08c86dc..ec6b441 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -113.0.5672.64 +115.0.5790.171 diff --git a/repo-ng/chrome-113-32.msi b/repo-ng/chrome-115-32.msi similarity index 84% rename from repo-ng/chrome-113-32.msi rename to repo-ng/chrome-115-32.msi index da4b2cf..ff0a7cb 100644 Binary files a/repo-ng/chrome-113-32.msi and b/repo-ng/chrome-115-32.msi differ diff --git a/repo-ng/chrome-113-64.msi b/repo-ng/chrome-115-64.msi similarity index 84% rename from repo-ng/chrome-113-64.msi rename to repo-ng/chrome-115-64.msi index 5bfcece..f2b424c 100644 Binary files a/repo-ng/chrome-113-64.msi and b/repo-ng/chrome-115-64.msi differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index cacf064..9382ae9 100755 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -17,13 +17,13 @@ {% 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"'