Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome nuget.commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 14, 2019
1 parent e485ea7 commit b0c437c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/googlechrome/googlechrome.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>GoogleChrome</id>
<version>72.0.3626.96</version>
<version>72.0.3626.109</version>
<title>Google Chrome</title>
<owners>chocolatey</owners>
<authors>Google Inc.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/googlechrome/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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`""
Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.0.0-preview2/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.0.0-preview3/nuget.exe>
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'
Expand All @@ -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 <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>5.0.0-preview2</version>
<version>5.0.0-preview3</version>
<authors>Microsoft</authors>
<owners>chocolatey, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down

0 comments on commit b0c437c

Please sign in to comment.