Skip to content

Commit

Permalink
AU: 4 updated - Firefox skype thunderbird tor-browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 19, 2024
1 parent 0e1a1ba commit 9be37bc
Show file tree
Hide file tree
Showing 11 changed files with 355 additions and 355 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"latest": "123.0.1",
"esr": "115.8.0"
"latest": "124.0",
"esr": "115.9.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>123.0.1</version>
<version>124.0</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/123.0.1/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/124.0/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 '123.0.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '124.0')

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-123.0.1-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-124.0-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-123.0.1-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-124.0-ssl&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.114.0.214</version>
<version>8.115.0.215</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.114.0.214.msi'
checksum = '0a9f6a5f3bde93742cd4addf41b512c6ab305f19b258b30f14f27be35a8b7f70'
url = 'https://download.skype.com/s4l/download/win/Skype-8.115.0.215.msi'
checksum = '308a2b98ce15783eae713c69a3f453bd7d6e46149679501c3383be4b3c3d1379'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/thunderbird/thunderbird.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>thunderbird</id>
<version>115.8.1</version>
<version>115.9.0</version>
<title>Mozilla Thunderbird</title>
<owners>chocolatey-community</owners>
<authors>Mozilla</authors>
Expand Down
264 changes: 132 additions & 132 deletions automatic/thunderbird/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/thunderbird/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ $sa += if ($pp.RemoveDistributionDir) { " /RemoveDistributionDir=true" }

$sa += if ($pp.NoAutoUpdate) { " /MaintenanceService=false" }

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '115.8.1')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '115.9.0')
if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
Write-Host "Thunderbird is already installed. No need to download and re-install."
return
Expand Down Expand Up @@ -69,7 +69,7 @@ $packageArgs = @{

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download.mozilla.org/?product=thunderbird-115.8.1-SSL&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=thunderbird-115.9.0-SSL&os=win&lang=${locale}"

silentArgs = "$sa /S"
validExitCodes = @(0)
Expand All @@ -78,7 +78,7 @@ $packageArgs = @{
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-115.8.1-SSL&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=thunderbird-115.9.0-SSL&os=win64&lang=${locale}"
}

Install-ChocolateyPackage @packageArgs
Expand Down
8 changes: 4 additions & 4 deletions automatic/tor-browser/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ $destinationFolder = GetInstallDirectory -toolsPath $toolsDir
$packageArgs = @{
PackageName = 'tor-browser'
FileType = 'exe'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.11/tor-browser-windows-i686-portable-13.0.11.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.11/tor-browser-windows-x86_64-portable-13.0.11.exe'
Checksum = 'e86f9e5124e35ae83f8afe6c4532c69a5d293a2e89b49f26e6982817049dd5ff'
Checksum64 = 'f43310557553a73fc667e9b5e3925b1a7da99975f606d43c5e84b0642c34689c'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.12/tor-browser-windows-i686-portable-13.0.12.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.12/tor-browser-windows-x86_64-portable-13.0.12.exe'
Checksum = '63aca8004848f0abd32f436032a01faf86226cc138bce114c9d65e2f77aa2a2c'
Checksum64 = '6586e985380d261b08d7cf47fc37319cf06cf3c36e3d6c1350c1380552d25759'
ChecksumType = 'sha256'
SilentArgs = "/S","/D=$destinationFolder"
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/tor-browser/tor-browser.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>tor-browser</id>
<version>13.0.11</version>
<version>13.0.12</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down

0 comments on commit 9be37bc

Please sign in to comment.