Skip to content

Commit

Permalink
AU: 2 updated - audacity Waterfox
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 24, 2024
1 parent 0386729 commit ff75f0a
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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.5.0</version>
<version>3.5.1</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.5.0/audacity-win-3.5.0-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.5.0/audacity-win-3.5.0-64bit.exe
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-win-3.5.1-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.5.1/audacity-win-3.5.1-64bit.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: 5A96F091D78752EE013663C6469DA3C46C078747136C68181971FCFAE2CD7C3C
checksum64: B97E7327F81E79B98B8562C8342733CCCFAC410F0356FAAC22A955A87B75EC72
checksum32: B87AFA912E28B62CB158E614B7D33600E50E9ACBDCF2F0A8F5AEFC6F986AF44D
checksum64: E3D6691546CC57C27972FB3F233D626E3E4A362ECB00955D90C71B25EA0BC0C6

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.5.0-32bit.exe"
file64 = "$toolsDir\audacity-win-3.5.0-64bit.exe"
file = "$toolsDir\audacity-win-3.5.1-32bit.exe"
file64 = "$toolsDir\audacity-win-3.5.1-64bit.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link listed on <>
and can be verified like this:

1. Download <https://cdn1.waterfox.net/waterfox/releases/G6.0.12/WINNT_x86_64/Waterfox%20Setup%20G6.0.12.exe>
1. Download <https://cdn1.waterfox.net/waterfox/releases/G6.0.13/WINNT_x86_64/Waterfox%20Setup%20G6.0.13.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: D887224ED276434388342010F37929E405D4D56A2C4E8BD6C9CC4A8CE13C3FAD
checksum: 7EB3FF8EFD18F5A10D856FBD3E5E4FEDB38CA20DEE63EF4122FB02E9DBF52DB3

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'Waterfox'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Setup G6.0.12_x64.exe"
file = "$toolsDir\Waterfox Setup G6.0.13_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "24046.0.12",
"current": "24046.0.13",
"classic": "2022.11"
}
2 changes: 1 addition & 1 deletion automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Waterfox</id>
<version>24046.0.12</version>
<version>24046.0.13</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox</title>
Expand Down

0 comments on commit ff75f0a

Please sign in to comment.