Skip to content

Commit

Permalink
AU: 1 updated - audacity
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 27, 2022
1 parent bf3c20d commit 2175b95
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.2.2</version>
<version>3.2.3</version>
<authors>Audacity Developers</authors>
<summary>Audacity is free, open source, cross-platform software for recording and editing sounds.</summary>
<description><![CDATA[Audacity is free, open source, cross-platform software for recording and editing sounds.
Expand Down
8 changes: 4 additions & 4 deletions automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Package can be verified like this:
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.2.2/audacity-win-3.2.2-x32.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.2.2/audacity-win-3.2.2-x64.exe
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

to acquire the installers.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: B69039A8B9896E5FB4AF54A27D44BF604A1B33BF0B168B4CE6DA1A9419C3C3B5
checksum64: 0505855A2BC4A8D90E101BE8E9BD9A77113E33E99E1D879A6D30088D6FDDB4EC
checksum32: 1A60B74F8369FE7C3050CF724A2DEC5F94C7F9837EA442817442B88F97946666
checksum64: D0A925C8FE0589A8F0A0D0FE9B1F14F380AD0522D1FF33653F499AE389E7951A

File 'LICENSE.txt' obtained from:
https://www.audacityteam.org/about/license/#license
4 changes: 2 additions & 2 deletions automatic/audacity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'audacity'
fileType = 'exe'
file = "$toolsDir\audacity-win-3.2.2-x32.exe"
file64 = "$toolsDir\audacity-win-3.2.2-x64.exe"
file = "$toolsDir\audacity-win-3.2.3-x32.exe"
file64 = "$toolsDir\audacity-win-3.2.3-x64.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down

0 comments on commit 2175b95

Please sign in to comment.