Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome visualstudiocode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 15, 2017
1 parent 724e6a8 commit 659cf16
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>63.0.3239.84</version>
<version>63.0.3239.108</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 = '63.0.3239.84'
$version = '63.0.3239.108'
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 = '2638b4a7a5b428439f2eca862ac534cbe6aa4ae3ba61714a174ffab9fefe7b79'
checksum64 = '71287d2875748b41b614053d81a114ee450ef02897923604e7388f4470122c9d'
checksum = '1961a745eab3d0292318ed62a33a8551ab6fa76f3c179d696f9da3b499986748'
checksum64 = 'ad978d8f634daefbdc7dfe7ff71e13af103a8f0f3e7cf7ca4ddabf19e683eb41'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
8 changes: 4 additions & 4 deletions automatic/visualstudiocode/Tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ ps code -ea 0 | kill #in case gracefull shutdown did not succeed, try hard kill
$packageArgs = @{
packageName = 'visualstudiocode'
fileType = 'EXE'
url = 'https://az764295.vo.msecnd.net/stable/929bacba01ef658b873545e26034d1a8067445e9/VSCodeSetup-ia32-1.18.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/929bacba01ef658b873545e26034d1a8067445e9/VSCodeSetup-x64-1.18.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/816be6780ca8bd0ab80314e11478c48c70d09383/VSCodeSetup-ia32-1.19.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/816be6780ca8bd0ab80314e11478c48c70d09383/VSCodeSetup-x64-1.19.0.exe'

softwareName = 'Microsoft Visual Studio Code'

checksum = 'af3c93ce5b516afb23bfa9a2a60aaebb4f6fb533d61dc35f791355da181e0451'
checksum = '89de80cd13edcca2e75b99a2b408ef2eef08b3e47ab3551221f8fe9f907ff691'
checksumType = 'sha256'
checksum64 = '31eaaac807c47784e2bceaa2800fce25fda4be4c78bfbc2315c6e474081ffe7d'
checksum64 = '4801510041c8024c21ca5d282ed9f567225579c9571a9ed57af8f3c3165baa03'
checksumType64 = 'sha256'

silentArgs = "/verysilent /suppressmsgboxes /mergetasks=""$mergeTasks"" /log=""$env:temp\vscode.log"""
Expand Down
2 changes: 1 addition & 1 deletion automatic/visualstudiocode/visualstudiocode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>visualstudiocode</id>
<title>Visual Studio Code</title>
<version>1.18.1</version>
<version>1.19.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 659cf16

Please sign in to comment.