diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 22c826a4d7b..c34ef747555 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "111.0.5557.0-snapshots", + "snapshots": "111.0.5559.0-snapshots", "stable": "109.0.5414.75" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 67071c995d9..f20e0c16c39 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 111.0.5557.0-snapshots + 111.0.5559.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 25ec8e4b8b3..e27141c4b11 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 4443927FEC20FFB871478A25114131941AFCC0A78DC4862D2DF295439E427ECF - checksum64: CB34A4D8D1B1FBFAD80AAA1AF16F70BA6F2B925D6824415AB6DB91857C380204 + checksum32: 1A140AA5FC987895F79D368D9BA7AE240A7EEF91B0CD88C49C9AA5C8FE0AE6BD + checksum64: AD74B71FB061711783E7EFB5391ED8DF43804688D765541BDA9361EEF42EE0A7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index dd0cd7b0d17..52074af6938 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "111.0.5557.0-snapshots" +$version = "111.0.5559.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index dd2d06f1a50..c98b5f53e49 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "166.3.2891-beta", - "stable": "165.4.4300" + "beta": "167.3.4680-beta", + "stable": "166.4.2920" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 34d4477e508..bc9ebbf5518 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 166.3.2891-beta + 166.4.2920 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 4e03ed0afe3..a1cb04e8c45 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '166.3.2891' +$version = '166.4.2920' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.3.2891%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.3.2891%20Offline%20Installer.x64.exe' - checksum = '465284650e35c470612d99241c8cb830090644105a5ca60e43a6ddddd69b2858' - checksum64 = '83a551154f8d8c890118c649262df91e2a94dacfcdff92b13693a574e8f5831d' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.4.2920%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/experimental/Dropbox%20166.4.2920%20Offline%20Installer.x64.exe' + checksum = '4a864515fb42beed8707278ba7f5c5775ee7b4d16fbc418c4f313e6508774f7e' + checksum64 = '0d4ff6e95432886d3a0612a432cc510dd39d35df11f10d5cffe1c8e121a3eb16' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/filezilla/filezilla.nuspec b/automatic/filezilla/filezilla.nuspec index 074d7e253ad..79108b3fd38 100644 --- a/automatic/filezilla/filezilla.nuspec +++ b/automatic/filezilla/filezilla.nuspec @@ -3,7 +3,7 @@ filezilla FileZilla - 3.62.2 + 3.63.0 Tim Kosse, other FileZilla committers chocolatey-community, Rob Reynolds FileZilla – The free FTP solution diff --git a/automatic/filezilla/legal/VERIFICATION.txt b/automatic/filezilla/legal/VERIFICATION.txt index 3e681bc08c0..d20d0c97f32 100644 --- a/automatic/filezilla/legal/VERIFICATION.txt +++ b/automatic/filezilla/legal/VERIFICATION.txt @@ -7,8 +7,8 @@ Package can be verified like this: 1. Go to - x32: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.62.2_win32-setup.exe?h=VulY8ffA30IM-wwi2tsg5w&x=1669144166 - x64: https://dl2.cdn.filezilla-project.org/client/FileZilla_3.62.2_win64-setup.exe?h=pMuZqVxgsBmSD2MrIrF9Aw&x=1669144166 + x32: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.63.0_win32-setup.exe?h=G0_y0o3zUITmJ74x9nRU-A&x=1674608980 + x64: https://dl1.cdn.filezilla-project.org/client/FileZilla_3.63.0_win64-setup.exe?h=oH1eoEEDkJ9E-3sBOnZCvg&x=1674608980 to download the installer. @@ -16,8 +16,8 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: B7846A698F6D8645A1B4199382D401A743C8E8C375FA32D6ED8C668A6C83CD98 - checksum64: EF3C2DFBE13AEEF9D04BF6FAEBEC26B97D614E52F24C63955BF7D36543253E07 + checksum32: 214CA5FBF5E12759F58DD783A2627E1842008F649A6B20B27D6FF9C6F336FDE5 + checksum64: 6A5F16C823B92BF78A191C9920EBEE505668BFE42C8747354C5943067E7AC172 Using AU: diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 1d755fd718e..02bd18727a7 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 109.0.5414.75 + 109.0.5414.120 Google Chrome chocolatey-community Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index ca84ceb9985..5a4727056e8 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '109.0.5414.75' +$version = '109.0.5414.120' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = 'e4ca3b7a727c1ffc8e3862f52db8ae04a7c6c4af8f6e971eac8a683c7a199c3b' - checksum64 = '6b9d7d0f4889924ca55f02b7b39b91d646ed497cc59b4187e0c28fc5b96474e7' + checksum = 'd7fd246ea029c5c7ec30041a40d8831231752a98c8c1d0915218d7528d3b6f3a' + checksum64 = '985a7f6edaa610ea791fe79a923e014e709ff7603f27f44d3ec8f04eca99bf6c' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index dfde240930b..c37a5839247 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer has been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: E05AD07E83D551D7D1E3C2334ED504DB39E1792ABE0A4FC37369DFDE5D18A038 - checksum64: B4B0F39031D6BE0495AF5D4F5626890E60E810385D722B9C74199CF57427DEA3 + checksum32: E3E6DC13A93C8DFBD6D45B572B3445E1620B4E354DBA76F2E52D5F60BE6A3D63 + checksum64: E17ED5CBF26A39909A049A14A263C9F405E2AC920DD4A182391ACF22FD3739FF File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index 1dfac1a9882..443f711ffaa 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -14,5 +14,5 @@ "16": "16.19.0", "17": "17.9.1", "18": "18.13.0", - "19": "19.4.0" + "19": "19.5.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index b7efc040af0..79031d31c33 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 19.4.0 + 19.5.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index 50dd8a02263..eb434158618 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath32 = "$toolsPath\node-v19.4.0-x86.msi" -$filePath64 = "$toolsPath\node-v19.4.0-x64.msi" +$filePath32 = "$toolsPath\node-v19.5.0-x86.msi" +$filePath64 = "$toolsPath\node-v19.5.0-x64.msi" $installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') { Write-Host "Installing 64 bit version"; $filePath64 } else { Write-Host "Installing 32 bit version"; $filePath32 } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index a81e0060ae9..50a42ff3b27 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -14,5 +14,5 @@ "16": "16.19.0", "17": "17.9.1", "18": "18.13.0", - "19": "19.4.0" + "19": "19.5.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index 10257b5b3d5..cbed1586539 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 19.4.0 + 19.5.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -30,7 +30,7 @@ This package runs the official Node JS installer, resulting in Node.exe and NPM false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - +