Skip to content

Commit

Permalink
AU: 4 updated - blender dropbox Firefox tor-browser
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 16, 2024
1 parent f014159 commit 2624450
Show file tree
Hide file tree
Showing 11 changed files with 226 additions and 226 deletions.
2 changes: 1 addition & 1 deletion automatic/blender/blender.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>blender</id>
<version>4.1.0</version>
<version>4.1.1</version>
<title>Blender</title>
<owners>chocolatey-community, Redsandro</owners>
<authors>Blender Foundation</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/blender/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = 'blender'
softwareName = 'Blender'
fileType = 'MSI'
url64bit = 'https://download.blender.org/release/Blender4.1/blender-4.1.0-windows-x64.msi'
checksum64 = 'f09ebea88c6c4875207799f8c0fdfc0382e54724a2512546f74606e63dba6e63'
url64bit = 'https://download.blender.org/release/Blender4.1/blender-4.1.1-windows-x64.msi'
checksum64 = 'd53c619e9af77d0e4f360559a481f70b93e37fb12dafc482deeeb6cbb7aa5ec7'
checksumType64 = 'sha256'
silentArgs = '/quiet /norestart'
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "197.3.7552-beta",
"stable": "196.4.6900"
"stable": "197.4.7571"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>197.3.7552-beta</version>
<version>197.4.7571</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
10 changes: 5 additions & 5 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '197.3.7552'
$version = '197.4.7571'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7552%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.3.7552%20Offline%20Installer.x64.exe'
checksum = '65387545041b655a3522d92003947364c9a9d9e7d418ee5619ae0aa32bfd4bc5'
checksum64 = '45800a1a1c5ab1fd60449f20c845284b45ff39a0f3faa61c6715cd57bc9b01c4'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.4.7571%20Offline%20Installer.x86.exe'
url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20197.4.7571%20Offline%20Installer.x64.exe'
checksum = '4be71f5e191581a8e3b99e1e5acef069893d2b31c4a25df33c5f15c4e99dbedd'
checksum64 = '523507cf076ed08298ed5ac8267b14ebb1c1e29d65b6cf03675098099897c099'
fileType = 'exe'
checksumType = 'sha256'
checksumType64 = 'sha256'
Expand Down
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": "124.0.2",
"esr": "115.9.1"
"latest": "125.0.1",
"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>124.0.2</version>
<version>125.0.1</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/124.0.2/releasenotes/</releaseNotes>
<releaseNotes>https://www.mozilla.org/en-US/firefox/125.0.1/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 '124.0.2')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '125.0.1')

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-124.0.2-ssl&os=win&lang=${locale}"
Url = "https://download.mozilla.org/?product=firefox-125.0.1-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-124.0.2-ssl&os=win64&lang=${locale}"
$packageArgs.Url64 = "https://download.mozilla.org/?product=firefox-125.0.1-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.13/tor-browser-windows-i686-portable-13.0.13.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.13/tor-browser-windows-x86_64-portable-13.0.13.exe'
Checksum = '939a5eadf09621c02186b08aef9c866507342ec6c94f910730c19760f47e1139'
Checksum64 = 'd485685e2c57dcc67d578ae658e49b9161a0163e9b4b05f887eb009f7493ba11'
Url = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.14/tor-browser-windows-i686-portable-13.0.14.exe'
Url64 = 'https://archive.torproject.org/tor-package-archive/torbrowser/13.0.14/tor-browser-windows-x86_64-portable-13.0.14.exe'
Checksum = '6f7232f948d91f82c27b87e6f0608a6124859e7e56375af6d70440963cbd0d81'
Checksum64 = '8738a94ae5290d577f3aa700e918239a4bcdbe91d41d201434dc93620617997b'
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.13</version>
<version>13.0.14</version>
<title>Tor Browser</title>
<owners>chocolatey-community</owners>
<authors>Tor Project</authors>
Expand Down

0 comments on commit 2624450

Please sign in to comment.