From aa0ef355812ecb11efd09b4603c06cfb4d9a520b Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 27 Jan 2023 18:14:10 +0000 Subject: [PATCH] AU: 1 updated - audacity [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/70e84857f539aefba78eabcf4ea848a9c6d95a8d --- automatic/audacity/audacity.nuspec | 2 +- automatic/audacity/legal/VERIFICATION.txt | 8 ++++---- automatic/audacity/tools/chocolateyInstall.ps1 | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/automatic/audacity/audacity.nuspec b/automatic/audacity/audacity.nuspec index 22d5fdd493d..eae42aa4edf 100644 --- a/automatic/audacity/audacity.nuspec +++ b/automatic/audacity/audacity.nuspec @@ -5,7 +5,7 @@ audacity Audacity chocolatey-community - 3.2.3 + 3.2.4 Audacity Developers Audacity is free, open source, cross-platform software for recording and editing sounds. And download the following: - x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.3/audacity-win-3.2.3-x32.exe - x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.3/audacity-win-3.2.3-x64.exe + x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.4/audacity-win-3.2.4-x32.exe + x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.4/audacity-win-3.2.4-x64.exe to acquire the installers. @@ -17,8 +17,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: 1A60B74F8369FE7C3050CF724A2DEC5F94C7F9837EA442817442B88F97946666 - checksum64: D0A925C8FE0589A8F0A0D0FE9B1F14F380AD0522D1FF33653F499AE389E7951A + checksum32: 047DE5EA5104C90567FCFFB241F713504CFE520E0BAEDA63054D55030AA5C916 + checksum64: 82762426CD3256D30D065B3F99D2F4E20E5AD1944CF25ED4C094AD2690C9B730 File 'LICENSE.txt' obtained from: https://www.audacityteam.org/about/license/#license diff --git a/automatic/audacity/tools/chocolateyInstall.ps1 b/automatic/audacity/tools/chocolateyInstall.ps1 index 0a031423b39..e0d8d0535f4 100644 --- a/automatic/audacity/tools/chocolateyInstall.ps1 +++ b/automatic/audacity/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'audacity' fileType = 'exe' - file = "$toolsDir\audacity-win-3.2.3-x32.exe" - file64 = "$toolsDir\audacity-win-3.2.3-x64.exe" + file = "$toolsDir\audacity-win-3.2.4-x32.exe" + file64 = "$toolsDir\audacity-win-3.2.4-x64.exe" silentArgs = '/VERYSILENT' validExitCodes = @(0, 1223) }