Skip to content

Commit

Permalink
AU: 1 updated - vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 4, 2019
1 parent c504a90 commit e574da0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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.37.1'
$version = '1.38.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/f06011ac164ae4dc8e753a3fe7f9549844d15e35/VSCodeSetup-ia32-1.37.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/f06011ac164ae4dc8e753a3fe7f9549844d15e35/VSCodeSetup-x64-1.37.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/3db7e09f3b61f915d03bbfa58e258d6eee843f35/VSCodeSetup-ia32-1.38.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/3db7e09f3b61f915d03bbfa58e258d6eee843f35/VSCodeSetup-x64-1.38.0.exe'

softwareName = "$softwareName"

checksum = 'ee86693f9ed247bb17d383981e3bcd062190c07288812fede80ce2524937b9cd'
checksum = '83a1fb4d7efa99aabb95b69ae39b2530593c9a53cff8391a4beca84caf5cc097'
checksumType = 'sha256'
checksum64 = '2d9cca1da13705e79c257f77cdba508763addd3a42f5424df350ffb965c315f0'
checksum64 = '717343701e6d4068019c6d141f9168934487f362ef3e318e0ec6c4c7e17723cf'
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.37.1</version>
<version>1.38.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit e574da0

Please sign in to comment.