Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome patch-my-pc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 14, 2017
1 parent 0d879a1 commit 2d81f7d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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>60.0.3112.90</version>
<version>60.0.3112.101</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 = '60.0.3112.90'
$version = '60.0.3112.101'
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 = 'ae91b6bf76a3239a6629047e2e2b95a5870d62fee333ce7627e71688529baf3a'
checksum64 = 'ec6ffd1d0935f356bc7daeeb1814b34aaddd525b39c8984a4f582e2518b50b20'
checksum = 'fe48796a1553e6f2f149de2b6d698cb42d9e820fc675d4c3e47c9560d4f17e18'
checksum64 = '218b169af471c88c527f622b061f529080e19fa871fa93362d42ff7061faa52f'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.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>patch-my-pc</id>
<version>3.1.1.3</version>
<version>3.1.2.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = '076517816442e45ea362db3866f7a44d320a6f1b543e55b1710fcface0c6ec94'
checksum = '54ee146db14dc7e3e9eaac709f9f7d02aac94d937010d9ef991d0f65be825807'
checksumType = 'sha256'
}

Expand Down

0 comments on commit 2d81f7d

Please sign in to comment.