-Scratch 3 3.21.0
+Scratch 3 3.29.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
VERSION = $(shell cat VERSION )
RELEASE = $(shell cat RELEASE )
NRELEASE = $(shell echo $(RELEASE) + 1 | bc )
-YEAR = $(shell date +%Y )
+YEAR = $(shell date +%Y )
package:
sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec
###############################################################################
# SLS: PACKAGE
-# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany.
+# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany.
# All rights reserved.
#
# Author: Helmuth Varkoly
#
-# Description: SLS to use with OSS's softwaremanagement
+# Description: SLS to use with Cranix's softwaremanagement
###############################################################################
PACKAGE:
pkg:
- installed
- - require:
- - preinstalled
-
-preinstalled:
- pkg.installed:
- - name: AdobeAIR
-
-
#
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:
--------
###############################################################################
# SLS: Scratch3
-# 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
###############################################################################
-{% if grains['cpuarch'] == 'AMD64' %}
-{% set ARCH = "x64" %}
-{% else %}
-{% set ARCH = "x86" %}
-{% endif %}
-
{% set LOG_PATH = 'C:\\salt\\var\\log' %}
Scratch3:
- '3.21.0':
- installer: salt://win/repo-ng/Scratch3/Scratch_3.21_Setup.exe
+ '3.29.1':
+ installer: salt://win/repo-ng/Scratch3/Scratch_3.29.1_Setup.exe
uninstaller: 'C:\Program Files (x86)\Scratch 3\Uninstall Scratch 3.exe'
- full_name: 'Scratch 3 3.21.0'
+ full_name: 'Scratch 3 3.29.1'
install_flags: '/allUsers /S'
uninstall_flags: '/S'
msiexec: False