]> repo.cephalix.eu Git - Audacity.git/commitdiff
♻️ updated to version 3.3.1
authorMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 19:26:13 +0000 (19:26 +0000)
committerMaximilian Grunow <maximilian@grunow.at>
Fri, 5 May 2023 19:26:13 +0000 (19:26 +0000)
.gitignore
Audacity.sls
FULLNAMES
LICENSE
VERSION
oss-pkg-Audacity.spec.in
repo-ng/audacity-win-2.4.2.exe [deleted file]
repo-ng/audacity-win-3.3.1.exe [new file with mode: 0644]
repo-ng/init.sls

index 81ef7867a9c47340094e378ddf32b5c9a5ddda4e..fe917f925653d580f7f124821d47c75d6b5bb46c 100644 (file)
@@ -1 +1,3 @@
 oss-pkg-Audacity.spec
+.DS_Store
+repo-ng/HASH.json
index f452394d221ea267da19652f54cab85295eee274..6a821fc42a64b475c215f716b1fcd14cb71e0c89 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
+# Authors:              Helmuth Varkoly, Maximilian Grunow
 #
-# Description:          SLS to use with OSS's softwaremanagement              
+# Description:          SLS to use with Cranix's softwaremanagement              
 ###############################################################################
 PACKAGE:
   pkg:
index eb0571929153204faf13c46b1940e88475ebc50a..ca333e84e6f5419f9fbe03f59e67dc0a42d9af18 100644 (file)
--- a/FULLNAMES
+++ b/FULLNAMES
@@ -1 +1 @@
-Audacity 2.4.2
+Audacity 3.3.1
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 8e8299dcc068356889b365e23c948b92c6dfcd78..bea438e9ade7708f8a0fc26bdacda06231f4a434 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.4.2
+3.3.1
index cd3e3f74e3b4a84dffd7a18de967e6f8c9d93930..40bcdb675316dcf09dab6c21ea90412d899c5398 100644 (file)
@@ -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 (executable)
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 (file)
index 0000000..2c893e4
Binary files /dev/null and b/repo-ng/audacity-win-3.3.1.exe differ
index da8216a7a6cd336ef1294a1cde76474f94e9063d..e5b6fbf94bf4ac49ed2c509a0b99a2ba0e0893fa 100644 (file)
@@ -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"'