From: buildmaster Date: Sun, 30 Aug 2020 09:25:39 +0000 (+0200) Subject: update to 2.4.2 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=2d9139627a2d062b9cfa43cb0bfb2cc7e4786f19;p=Audacity.git update to 2.4.2 --- diff --git a/FULLNAMES b/FULLNAMES index 013a0e3..eb05719 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Audacity 2.2.2 +Audacity 2.4.2 diff --git a/VERSION b/VERSION index 0d67c02..8e8299d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.22.2.2 +2.4.2 diff --git a/repo-ng/audacity-win-2.4.2.exe b/repo-ng/audacity-win-2.4.2.exe new file mode 100755 index 0000000..a2223b9 Binary files /dev/null and b/repo-ng/audacity-win-2.4.2.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 0b72834..da8216a 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -16,9 +16,9 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} Audacity: - '2.2.2': - full_name: 'Audacity 2.2.2' - installer: salt://win/repo-ng/Audacity/audacity-win-2.2.2.exe + '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 %}