diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index a299b078ad2..3aff8df1143 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 122.0.6261.95 + 122.0.6261.111 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 0df8bc259f7..00b34389df9 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 = '122.0.6261.95' +$version = '122.0.6261.111' 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/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = 'a0279890cc0240feee3731833f8b6289a1befdee1aaf481871109c313ae93ccd' - checksum64 = '22d7a98f6516607e0c5ede999b866607a41dc816f8c533e8ca89966e1552342e' + checksum = '1042e5ccfa8f09fa332381ee82c14dc022e60983242b6c3e0a0ca21058e66feb' + checksum64 = '23e21b36938aa79f0d03087338adea2da7331f9b525ed8ad45e1a1c19935f424' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/paint.net/legal/VERIFICATION.txt b/automatic/paint.net/legal/VERIFICATION.txt index 5dbbc38c0eb..4b1fe2a4788 100644 --- a/automatic/paint.net/legal/VERIFICATION.txt +++ b/automatic/paint.net/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://github.com/paintdotnet/release/releases/download/v5.0.12/paint.net.5.0.12.winmsi.x64.zip + x64: https://github.com/paintdotnet/release/releases/download/v5.0.13/paint.net.5.0.13.winmsi.x64.zip to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: BD3B59239E4984168E1345DF6B2176F5A0213AD3AAA030AA43BEA89E1572EECE + checksum64: 2FE9B5E9D7C002291696B16AE1EEA7184B50068BE81F17973A70C95C5E00858B File 'license.txt' is obtained from: https://www.getpaint.net/license.html diff --git a/automatic/paint.net/paint.net.nuspec b/automatic/paint.net/paint.net.nuspec index 7727c2ae4d3..9eee1cefcc5 100644 --- a/automatic/paint.net/paint.net.nuspec +++ b/automatic/paint.net/paint.net.nuspec @@ -3,7 +3,7 @@ paint.net - 5.0.12 + 5.0.13 Paint.NET Rick Brewster, dotPDN http://www.getpaint.net/ diff --git a/automatic/paint.net/tools/ChocolateyInstall.ps1 b/automatic/paint.net/tools/ChocolateyInstall.ps1 index 38d883471e7..f46c59db181 100644 --- a/automatic/paint.net/tools/ChocolateyInstall.ps1 +++ b/automatic/paint.net/tools/ChocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $env:ChocolateyPackageName fileType = "msi" - file64 = "$toolsPath\paint.net.5.0.12.winmsi.x64.msi" + file64 = "$toolsPath\paint.net.5.0.13.winmsi.x64.msi" silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 1641, 3010) softwareName = 'Paint.NET*' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index f420de06e7a..000a4008746 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 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: 34F02720076B0109C35704B540728B45BE4152FBE796F5517BFB1CCF06F9DAD8 - checksum64: 583433816E300B87C091DA9B595C769F655C21A99E3CAFD91ED68A36FFB610D8 + checksum32: BF555937632B26A3B11ABA128E621A328A0956B2BA66191E8CC645EFE7F250F2 + checksum64: 6CBB00ECFC1D68C1BCA11851C421F28F56A40C974EB835867D582F4865025FAC diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 8826247361d..9f91216ce40 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_9.1.0149_x86.zip" - file64 = "$toolsDir\gvim_9.1.0149_x64.zip" + file = "$toolsDir\gvim_9.1.0151_x86.zip" + file64 = "$toolsDir\gvim_9.1.0151_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 1815ece0e66..1afcb085fe8 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0149 + 9.1.0151 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.