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 Feb 9, 2017
1 parent ef598f2 commit 7470e0f
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 @@ -12,10 +12,10 @@ Write-Host "$mergeTasks"

$packageName = 'visualstudiocode'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://az764295.vo.msecnd.net/stable/27240e71ef390bf2d66307e677c2a333cebf75af/VSCodeSetup-1.9.0.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/27240e71ef390bf2d66307e677c2a333cebf75af/VSCodeSetup-1.9.0.exe'
$checksum32 = 'bc9ba15e179cc1ce3e3b80b16fb0f778b6ba71020be5c6e6b9b73adb0f7a63e9'
$checksum64 = 'bc9ba15e179cc1ce3e3b80b16fb0f778b6ba71020be5c6e6b9b73adb0f7a63e9'
$url32 = 'https://az764295.vo.msecnd.net/stable/f9d0c687ff2ea7aabd85fb9a43129117c0ecf519/VSCodeSetup-1.9.1.exe'
$url64 = 'https://az764295.vo.msecnd.net/stable/f9d0c687ff2ea7aabd85fb9a43129117c0ecf519/VSCodeSetup-1.9.1.exe'
$checksum32 = 'cc463ad26d0816a9422f254ff33fb0f394ceb2c16ac4a42b8e1da0c62a99173b'
$checksum64 = 'cc463ad26d0816a9422f254ff33fb0f394ceb2c16ac4a42b8e1da0c62a99173b'

$packageArgs = @{
packageName = $packageName
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.9.0</version>
<version>1.9.1</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 7470e0f

Please sign in to comment.