From: Maximilian Hofmann Date: Mon, 7 Aug 2023 21:59:17 +0000 (+0200) Subject: updated Audacity to 3.3.3 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=662229dbf2fb650d03ecd27398c4fb935400e7fb;p=Audacity.git updated Audacity to 3.3.3 --- diff --git a/FULLNAMES b/FULLNAMES index ca333e8..109c3d0 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -Audacity 3.3.1 +Audacity 3.3.3 diff --git a/VERSION b/VERSION index bea438e..619b537 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.3.1 +3.3.3 diff --git a/repo-ng/audacity-win-3.3.1.exe b/repo-ng/audacity-win-3.3.3-x64.exe similarity index 64% rename from repo-ng/audacity-win-3.3.1.exe rename to repo-ng/audacity-win-3.3.3-x64.exe index 2c893e4..676eaac 100644 Binary files a/repo-ng/audacity-win-3.3.1.exe and b/repo-ng/audacity-win-3.3.3-x64.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index e5b6fbf..e159615 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -11,9 +11,9 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} Audacity: - '3.3.1': - full_name: 'Audacity 3.3.1' - installer: salt://win/repo-ng/Audacity/audacity-win-3.3.1.exe + '3.3.3': + full_name: 'Audacity 3.3.3' + installer: salt://win/repo-ng/Audacity/audacity-win-3.3.3.exe uninstaller: '%PROGRAMFILES%\Audacity\unins000.exe' {% endif %} install_flags: '/sp- /verysilent /norestart /LOG="{{ LOG_PATH }}_inst.log"'