]> repo.cephalix.eu Git - GoogleChrome.git/commitdiff
♻️ updated to version 113.0.5672.64
authorMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 07:44:10 +0000 (07:44 +0000)
committerMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 07:44:10 +0000 (07:44 +0000)
GoogleChrome.sls
LICENSE
VERSION
oss-pkg-GoogleChrome.spec.in
repo-ng/chrome-113-32.msi [moved from repo-ng/GoogleChromeStandaloneEnterprise64.msi with 64% similarity]
repo-ng/chrome-113-64.msi [moved from repo-ng/GoogleChromeStandaloneEnterprise.msi with 61% similarity]
repo-ng/init.sls

index f452394d221ea267da19652f54cab85295eee274..6a12b68b992a737990ec76f9089ce8a93cc3838c 100644 (file)
@@ -1,11 +1,11 @@
 ###############################################################################
 # SLS: PACKAGE
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
 # All rights reserved.
 #
-# Author:               Helmuth Varkoly
+# Author:               Helmuth Varkoly, Maximilian Grunow
 #
-# Description:          SLS to use with OSS's softwaremanagement              
+# Description:          SLS to use with Cranix's softwaremanagement              
 ###############################################################################
 PACKAGE:
   pkg:
diff --git a/LICENSE b/LICENSE
index c70fc0db0a1550ac33aa46a1388e2a32ad5bb17e..2423a30e2652783cde4cf462a7748f3ba99734f6 100644 (file)
--- a/LICENSE
+++ b/LICENSE
@@ -1 +1 @@
-Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
\ No newline at end of file
+Copyright (c) 2023 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd.
\ No newline at end of file
diff --git a/VERSION b/VERSION
index 529fdc1ae7e4a3e4005852c279f53949411ae50e..08c86dc2ad9f3f9ba25ddeaa2904c746ecdb07ca 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-83.0.4103.61
+113.0.5672.64
index f844098ce78493d821a22cc9b0eaab2046dd45b1..5db0a18dd66b0b5251609ffa0606f0e1765023c0 100644 (file)
@@ -1,10 +1,10 @@
 #
 # Spec file for PACKAGE
-# Copyright (c) 2018 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany.  All rights reserved.
+# Copyright (c) 2023 Helmuth Varkoly and Peter Varkoly Nuremberg, Germany.  All rights reserved.
 #
 
 Name:         oss-pkg-PACKAGE
-Summary:      Package to install PACKAGE on OSS-Clients
+Summary:      Package to install PACKAGE on Cranix-Clients
 Version:      VERSION
 Release:      RELEASE
 License:      GPL-2.0
@@ -21,12 +21,13 @@ PreReq:       %fillup_prereq
 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
 
 %description
-Package to install PACKAGE on OSS-Clients
+Package to install PACKAGE on Cranix-Clients
 
 Authors:
 --------
         helmuth@varkoly.de
         peter@varkoly.de
+        maximilian@grunow.at
 
 
 %prep
similarity index 64%
rename from repo-ng/GoogleChromeStandaloneEnterprise64.msi
rename to repo-ng/chrome-113-32.msi
index a67a7ab913878fad4f7c147f4e0af2c293b36673..da4b2cf336c532da3380ab8c3c9ac3d03110e4a0 100644 (file)
Binary files a/repo-ng/GoogleChromeStandaloneEnterprise64.msi and b/repo-ng/chrome-113-32.msi differ
similarity index 61%
rename from repo-ng/GoogleChromeStandaloneEnterprise.msi
rename to repo-ng/chrome-113-64.msi
index 6529d8ed0839868b59bd7997bb7b8d400e8cc190..5bfcece96c204f06bf566ed72a00f3f22f26a3ed 100644 (file)
Binary files a/repo-ng/GoogleChromeStandaloneEnterprise.msi and b/repo-ng/chrome-113-64.msi differ
index 9f9f41462c72e2d5d33fa7b87639ba064fda9dc2..cacf0648b7b2721673d81e317d9fcc6bb9aa7890 100755 (executable)
@@ -1,9 +1,9 @@
 ###############################################################################
 # SLS: GoogleChrome
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
 # All rights reserved.
 #
-# Authors:              Helmuth Varkoly
+# Authors:              Helmuth Varkoly, Maximilian Grunow
 #
 # Description:          Package SLS
 ###############################################################################
 {% set LOG_PATH = 'C:\\salt\\var\\log' %}
 
 GoogleChrome:
-  '83.0.4103.61':
+  '113.0.5672.64':
     {% 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/chrome-113-64.msi
+    uninstaller: salt://win/repo-ng/GoogleChrome/chrome-113-64.msi
     {% else %}
-    installer: salt://win/repo-ng/GoogleChrome/GoogleChromeStandaloneEnterprise.msi
-    uninstaller: salt://win/repo-ng/GoogleChrome/GoogleChromeStandaloneEnterprise.msi
+    installer: salt://win/repo-ng/GoogleChrome/chrome-113-32.msi
+    uninstaller: salt://win/repo-ng/GoogleChrome/chrome-113-32.msi
     {% endif %}
     full_name: Google Chrome
     install_flags: '/quiet /log "{{ LOG_PATH }}GoogleChrome_inst.log"'