Skip to content

Commit

Permalink
AU: 2 updated - GoogleChrome vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 7, 2019
1 parent 85c90f5 commit b8bb344
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.81</version>
<version>72.0.3626.96</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.81'
$version = '72.0.3626.96'
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 = '3fe6bb5fe7a3aa0748e245b37569542cab56688cd7bd9a45fecdd3316fb33d85'
checksum64 = 'c87d6bd5b07affee3707c2f7cbf4592ab0090e7a643737c5e14dc69cf3c460f3'
checksum = '25974bd79786f19c269f43962ea67f9b83833fde673a9c89aca4299a3d34d713'
checksum64 = '8a7ad9aa53785e0e6d461af9e3bbdec1aa9b7d20bcaa82e5dcab6f48804e44a4'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.30.2'
$version = '1.31.0'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "VS Code $version is already installed."
return
Expand All @@ -16,14 +16,14 @@ Close-VSCode
$packageArgs = @{
packageName = 'vscode'
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/stable/61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8/VSCodeSetup-ia32-1.30.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/61122f88f0bf01e2ac16bdb9e1bc4571755f5bd8/VSCodeSetup-x64-1.30.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/7c66f58312b48ed8ca4e387ebd9ffe9605332caa/VSCodeSetup-ia32-1.31.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/7c66f58312b48ed8ca4e387ebd9ffe9605332caa/VSCodeSetup-x64-1.31.0.exe'

softwareName = "$softwareName"

checksum = '12d99ccd00e37af10e37638fa7a5287b390ce8a5d339ba30fac11ac251e8c5e3'
checksum = '85471c4a8e1d487f3899ebd1f27361b4ae8e1e07067d12362a1edf3cde114547'
checksumType = 'sha256'
checksum64 = '5ae1173eb669c1f94d796ad12e1c2345246e2b91a3920561ce6cb70c346b6d34'
checksum64 = '0a74a0ed2db2cafc2e65072ce7350190d3797d35a0c2fba72c7de52546ef7e87'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.30.2</version>
<version>1.31.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit b8bb344

Please sign in to comment.