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 Aug 14, 2018
1 parent e915484 commit 6e6d83a
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
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.25.1'
$version = '1.26.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/1dfc5e557209371715f655691b1235b6b26a06be/VSCodeSetup-ia32-1.25.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/1dfc5e557209371715f655691b1235b6b26a06be/VSCodeSetup-x64-1.25.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/4e9361845dc28659923a300945f84731393e210d/VSCodeSetup-ia32-1.26.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/4e9361845dc28659923a300945f84731393e210d/VSCodeSetup-x64-1.26.0.exe'

softwareName = "$softwareName"

checksum = 'a270b0d9ae6782cc59999efb68a56883eaab2e0e115b4c6e8403c0bf95ec4616'
checksum = 'd0462c524f29769f183bf42d4937ab9a64b56efb811131aaeb9cfdae8f517bb7'
checksumType = 'sha256'
checksum64 = '8b1bdf4d46c1e97a4f8df07665f1d194c45cc0f6a0360052e719b1bbd48f96fb'
checksum64 = 'de3a74d1b9ade5541b19bc7a9f05efa00bcc028aad303ad53f37ddcfb0bced72'
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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.25.1</version>
<version>1.26.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 6e6d83a

Please sign in to comment.