Skip to content

Commit

Permalink
AU: 1 updated - visualstudiocode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 9, 2017
1 parent b74af3d commit 34ffa91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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/b813d12980308015bcd2b3a2f6efa5c810c33ba5/VSCodeSetup-ia32-1.17.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/b813d12980308015bcd2b3a2f6efa5c810c33ba5/VSCodeSetup-x64-1.17.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/dcee2202709a4f223185514b9275aa4229841aa7/VSCodeSetup-ia32-1.18.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/dcee2202709a4f223185514b9275aa4229841aa7/VSCodeSetup-x64-1.18.0.exe'

softwareName = 'Microsoft Visual Studio Code'

checksum = 'c1bb24623ed8c9968ce2a348449215fa6de8d684ccf8751f63ce47f9d3ec4e5d'
checksum = 'd3606d7a4e4eb48d70b09582931217241c1b6cbc8d0df4d9a9516a468a69f393'
checksumType = 'sha256'
checksum64 = '55bb110df3461c43797319d90000795b320631da1996b7021909ca9316775dac'
checksum64 = 'c9d915c9538e0b6ce1205c1cd9cfe7628f537e934d5e1a44ce6a2c5a30345ee3'
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.17.2</version>
<version>1.18.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 34ffa91

Please sign in to comment.