Skip to content

Commit

Permalink
AU: 2 updated - audacity Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Apr 22, 2024
1 parent b9beb9a commit 7d0ac99
Show file tree
Hide file tree
Showing 7 changed files with 217 additions and 217 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.4.2</version>
<version>3.5.0</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.4.2/audacity-win-3.4.2-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.4.2/audacity-win-3.4.2-64bit.exe
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

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: 7F7DD6F96643A1A826D1C91A5217721F97474F171A6335C47D4C50A76C7ACEAA
checksum64: D7BD5AE775DB9E42DA6058DA4A65A8F898A46CE467D9F21585084566213C36BF
checksum32: 5A96F091D78752EE013663C6469DA3C46C078747136C68181971FCFAE2CD7C3C
checksum64: B97E7327F81E79B98B8562C8342733CCCFAC410F0356FAAC22A955A87B75EC72

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.4.2-32bit.exe"
file64 = "$toolsDir\audacity-win-3.4.2-64bit.exe"
file = "$toolsDir\audacity-win-3.5.0-32bit.exe"
file64 = "$toolsDir\audacity-win-3.5.0-64bit.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "125.0.1",
"latest": "125.0.2",
"esr": "115.10.0"
}
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<version>125.0.1</version>
<version>125.0.2</version>
<authors>Mozilla</authors>
<projectUrl>https://www.mozilla.org/en-US/firefox/new/</projectUrl>
<projectSourceUrl>https://hg.mozilla.org/mozilla-central/</projectSourceUrl>
Expand Down Expand Up @@ -63,7 +63,7 @@ Command-line options for installer configuration. See the [official page](https:
]]></description>
<summary>Bringing together all kinds of awesomeness to make browsing better for you</summary>
<tags>browser mozilla firefox admin foss cross-platform</tags>
<releaseNotes>https://www.mozilla.org/en-US/firefox/125.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/125.0.2/releasenotes/</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/firefox</packageSourceUrl>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
Expand Down
408 changes: 204 additions & 204 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ $softwareName = 'Mozilla Firefox'

$pp = Get-PackageParameters

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '125.0.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '125.0.2')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand Down Expand Up @@ -62,15 +62,15 @@ else {
softwareName = "$softwareName*"
Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=firefox-125.0.1-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-125.0.2-ssl&os=win&lang=${locale}"
silentArgs = "$sa /S"
validExitCodes = @(0)
}

if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-125.0.1-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-125.0.2-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down

0 comments on commit 7d0ac99

Please sign in to comment.