###############################################################################
# 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:
-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
-83.0.4103.61
+113.0.5672.64
#
# 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
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
###############################################################################
# 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"'