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 Mar 15, 2018
1 parent bbbda84 commit 47fd4c4
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 @@ Get-Process code -ea 0 | Stop-Process #in case gracefull shutdown did not succe
$packageArgs = @{
packageName = 'visualstudiocode'
fileType = 'EXE'
url = 'https://az764295.vo.msecnd.net/stable/9a199d77c82fcb82f39c68bb33c614af01c111ba/VSCodeSetup-ia32-1.21.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/9a199d77c82fcb82f39c68bb33c614af01c111ba/VSCodeSetup-x64-1.21.0.exe'
url = 'https://az764295.vo.msecnd.net/stable/79b44aa704ce542d8ca4a3cc44cfca566e7720f1/VSCodeSetup-ia32-1.21.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/79b44aa704ce542d8ca4a3cc44cfca566e7720f1/VSCodeSetup-x64-1.21.1.exe'

softwareName = 'Microsoft Visual Studio Code'

checksum = '394f1e5d2aebd24f0bac0c210a784318a848fdf375148757087347d6f9104a0f'
checksum = 'e96df370f7335a3da269f336ed32d629bc8d98180c0cc1f5b67e0cef32a47b9f'
checksumType = 'sha256'
checksum64 = '07fe0d2433176fdf626a8a011bf6155d42b05124c8188540b6d7ad186778665c'
checksum64 = '7b539cf9c4520b68ad66645700cf3b045a25091b7cd0f9bd0c726f1e1de58e2a'
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.21.0</version>
<version>1.21.1</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 47fd4c4

Please sign in to comment.