diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index 508fa14c4eb..78b25f7de5b 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 72.0.3626.96 + 72.0.3626.109 Google Chrome chocolatey Google Inc. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index d814819c8b3..2005fbac2f2 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 = '72.0.3626.96' +$version = '72.0.3626.109' 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 = '25974bd79786f19c269f43962ea67f9b83833fde673a9c89aca4299a3d34d713' - checksum64 = '8a7ad9aa53785e0e6d461af9e3bbdec1aa9b7d20bcaa82e5dcab6f48804e44a4' + checksum = '7be85862f394b94cf0d00d91088768fb67ca11fbd9d639efe81637de2f30418f' + checksum64 = 'ccfca5ba6f046800766b2c5895cd29aff8e178747afbdcc4a1f621fb7fad46cc' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/nuget.commandline/legal/VERIFICATION.txt b/automatic/nuget.commandline/legal/VERIFICATION.txt index 0791768e6a5..a85404ea165 100644 --- a/automatic/nuget.commandline/legal/VERIFICATION.txt +++ b/automatic/nuget.commandline/legal/VERIFICATION.txt @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors website located at and can be verified by doing the following: -1. Download the following +1. Download the following 2. Extract the downloaded nupkg file by using one of the following methods - Use the 7z utility: '7z.exe' - Using the powershell function 'Expand-Archive' @@ -16,6 +16,6 @@ and can be verified by doing the following: 4. The checksums should match the following: checksum type: sha256 - checksum: F2DE96CB8D13358AE836565F1E03B50491E29CBDBD5C5C081BD758182131B77C + checksum: C57F0FEE0C55543527AC8665BB20D1A53803F2BF5030F46114578F175D789F6D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/nuget.commandline/nuget.commandline.nuspec b/automatic/nuget.commandline/nuget.commandline.nuspec index a41d93a38af..d7ce2582f2a 100644 --- a/automatic/nuget.commandline/nuget.commandline.nuspec +++ b/automatic/nuget.commandline/nuget.commandline.nuspec @@ -5,7 +5,7 @@ nuget.commandline Nuget.CommandLine - 5.0.0-preview2 + 5.0.0-preview3 Microsoft chocolatey, nuget-mirror NuGet is the package manager for the Microsoft development platforms