Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome mono
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 18, 2018
1 parent 902837a commit 51d60c1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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>65.0.3325.18100</version>
<version>66.0.3359.11700</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 = '65.0.3325.181'
$version = '66.0.3359.117'
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 = '95c9b0a9de9289bbc4144fe08bfc88c7b598d84276f09e9582ecf0c155dbd6e3'
checksum64 = 'b14b7a865c44d2ed509c7de843780091729aa7d6d1195d8d09c4b8f0debd5de0'
checksum = '0aab876dff95d7cbe8e837cc06dcf4811a11acf2a57c84b73a86506090b532b0'
checksum64 = '91b52d3116011dea7d6d7b97d3d655a0b8af3be195d1be139ea415d27ec01af6'
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/mono/mono.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>mono</id>
<version>5.10.0.160</version>
<version>5.10.1.47</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/mono</packageSourceUrl>
<title>Mono</title>
<authors>Miguel de Icaza, other Mono committers</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/mono/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://download.mono-project.com/archive/5.10.0/windows-installer/mono-5.10.0.160-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.10.0/windows-installer/mono-5.10.0.160-x64-0.msi'
url = 'https://download.mono-project.com/archive/5.10.1/windows-installer/mono-5.10.1.47-gtksharp-2.12.45-win32-0.msi'
url64bit = 'https://download.mono-project.com/archive/5.10.1/windows-installer/mono-5.10.1.47-x64-0.msi'
softwareName = 'Mono for Windows*'
checksum = 'f4383925bfb902aacc75dd332e94ec9ca675b61c2fa2d190be6b7a61fddbafe5'
checksum = '5e97f7913bd96ee6b8a950ffc7238af2bbc1715e639a9a2114be13f69e36f71e'
checksumType = 'sha256'
checksum64 = '9849214f6fb7c0174d996a47af95d04771877d637bdef0c8f965ac3cd6ff992e'
checksum64 = '97a6b9f9a7edb3ad1f420d3527d59889077555a4eb43d258264b5bc356001228'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 3010, 1641)
Expand Down

0 comments on commit 51d60c1

Please sign in to comment.