From: Maximilian Grunow Date: Fri, 5 May 2023 19:26:13 +0000 (+0000) Subject: ♻️ updated to version 3.3.1 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=a39ede147b88c51cb036752476cf64f01c83f16b;p=Audacity.git ♻️ updated to version 3.3.1 --- diff --git a/.gitignore b/.gitignore index 81ef786..fe917f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ oss-pkg-Audacity.spec +.DS_Store +repo-ng/HASH.json diff --git a/Audacity.sls b/Audacity.sls index f452394..6a821fc 100644 --- a/Audacity.sls +++ b/Audacity.sls @@ -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 +# Authors: 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/FULLNAMES b/FULLNAMES index eb05719..ca333e8 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Audacity 2.4.2 +Audacity 3.3.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/VERSION b/VERSION index 8e8299d..bea438e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.2 +3.3.1 diff --git a/oss-pkg-Audacity.spec.in b/oss-pkg-Audacity.spec.in index cd3e3f7..40bcdb6 100644 --- a/oss-pkg-Audacity.spec.in +++ b/oss-pkg-Audacity.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 @@ -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 @@ -54,5 +55,3 @@ rm -rf %{buildroot} %defattr(644,root,root) /srv/salt/win/repo-ng/PACKAGE /srv/salt/packages/PACKAGE.sls - - diff --git a/repo-ng/audacity-win-2.4.2.exe b/repo-ng/audacity-win-2.4.2.exe deleted file mode 100755 index a2223b9..0000000 Binary files a/repo-ng/audacity-win-2.4.2.exe and /dev/null differ diff --git a/repo-ng/audacity-win-3.3.1.exe b/repo-ng/audacity-win-3.3.1.exe new file mode 100644 index 0000000..2c893e4 Binary files /dev/null and b/repo-ng/audacity-win-3.3.1.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index da8216a..e5b6fbf 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,27 +1,19 @@ ############################################################################### # SLS: Audacity -# 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' %} Audacity: - '2.4.2': - full_name: 'Audacity 2.4.2' - installer: salt://win/repo-ng/Audacity/audacity-win-2.4.2.exe - {% if ARCH == 'x64' %} - uninstaller: '%PROGRAMFILES(x86)%\Audacity\unins000.exe' - {% else %} + '3.3.1': + full_name: 'Audacity 3.3.1' + installer: salt://win/repo-ng/Audacity/audacity-win-3.3.1.exe uninstaller: '%PROGRAMFILES%\Audacity\unins000.exe' {% endif %} install_flags: '/sp- /verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'