From: Maximilian Grunow Date: Wed, 3 May 2023 16:23:34 +0000 (+0200) Subject: ♻️ update to version 3.29.1 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=eaf6498710da4400e9f4df6e4795618ca9b3a054;p=Scratch3.git ♻️ update to version 3.29.1 --- diff --git a/FULLNAMES b/FULLNAMES index e4bf82f..1d6ed4d 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Scratch 3 3.21.0 +Scratch 3 3.29.1 diff --git a/LICENSE b/LICENSE index c70fc0d..2423a30 100644 --- 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/Makefile b/Makefile index 6035812..6c221df 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ REPO = /srv/www/repo/salt-packages/ 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 diff --git a/RELEASE b/RELEASE index 0cfbf08..00750ed 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -2 +3 diff --git a/Scratch3.sls b/Scratch3.sls index 112c787..b26cb4c 100644 --- a/Scratch3.sls +++ b/Scratch3.sls @@ -1,20 +1,12 @@ ############################################################################### # 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 - - diff --git a/VERSION b/VERSION index 6075c9a..1002be7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.21.0 +3.29.1 diff --git a/oss-pkg-Scratch3.spec.in b/oss-pkg-Scratch3.spec.in index 522444f..7580eda 100644 --- a/oss-pkg-Scratch3.spec.in +++ b/oss-pkg-Scratch3.spec.in @@ -4,7 +4,7 @@ # 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 @@ -22,7 +22,7 @@ PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Package to install PACKAGE on OSS-Clients +Package to install PACKAGE on Cranix-Clients Authors: -------- diff --git a/repo-ng/Scratch_3.21_Setup.exe b/repo-ng/Scratch_3.29.1_Setup.exe similarity index 87% rename from repo-ng/Scratch_3.21_Setup.exe rename to repo-ng/Scratch_3.29.1_Setup.exe index 2100f4d..7192df0 100644 Binary files a/repo-ng/Scratch_3.21_Setup.exe and b/repo-ng/Scratch_3.29.1_Setup.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 23c8555..8c74ce4 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,26 +1,20 @@ ############################################################################### # 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