From 55e86109bb435689ab8e0b42c3eed5baf6da37b4 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Fri, 17 Aug 2018 12:10:58 +0000 Subject: [PATCH] AU: 1 updated - vscode [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/0d186a8945dc2dec2f9aa0caeca72c518f422fd9 --- automatic/vscode/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode/vscode.nuspec | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/automatic/vscode/tools/ChocolateyInstall.ps1 b/automatic/vscode/tools/ChocolateyInstall.ps1 index d6f285ef441..6eddff527ae 100644 --- a/automatic/vscode/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.26.0' +$version = '1.26.1' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode' fileType = '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' + url = 'https://az764295.vo.msecnd.net/stable/493869ee8e8a846b0855873886fc79d480d342de/VSCodeSetup-ia32-1.26.1.exe' + url64bit = 'https://az764295.vo.msecnd.net/stable/493869ee8e8a846b0855873886fc79d480d342de/VSCodeSetup-x64-1.26.1.exe' softwareName = "$softwareName" - checksum = 'd0462c524f29769f183bf42d4937ab9a64b56efb811131aaeb9cfdae8f517bb7' + checksum = '30b148dd49ab80b1d00f4bfeed3fd698da449fa7a73468155dbee7d59ec7ca4c' checksumType = 'sha256' - checksum64 = 'de3a74d1b9ade5541b19bc7a9f05efa00bcc028aad303ad53f37ddcfb0bced72' + checksum64 = 'ac33802a7b33e83d336ccb11d7010afe551fd56d9a7f39ad57afecdafaab50cd' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index c4d5cb1a6f2..0a97e56320e 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.26.0 + 1.26.1 Microsoft chocolatey https://code.visualstudio.com