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 Sep 19, 2021
1 parent fbb12fe commit 07f70b2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.0.3</version>
<version>3.0.4</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
10 changes: 5 additions & 5 deletions automatic/audacity/legal/VERIFICATION.txt
Expand Up @@ -5,20 +5,20 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to <https://www.audacityteam.org/download/windows/>
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.0.3/audacity-win-3.0.3-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.0.3/audacity-win-3.0.3-64bit.exe
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.0.4/audacity-win-3.0.4-x86.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.0.4/audacity-win-3.0.4-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: 336DE676535CA28B5DF7F9DACD1E00D2121381E22EBC5E2E82F67FB2EC2D0DB9
checksum64: 585C23D3CE19BE2E60584004D03AD23AF981F2681C0AE9EA22117376BFF58D3C
checksum32: 09C2650283C70E5C4F26DA96A47C4A80EB25BECEA2F9B72056058F4141D4C57B
checksum64: A22C925D16D9A811712E5BBE1B4206FD91CFE23CA8A8732083F02DF9838C7C4B

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

0 comments on commit 07f70b2

Please sign in to comment.