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 Oct 18, 2018
1 parent a1d93be commit eb16cce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/vscode/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/f5cbd85b89a3b01bb440a9f09d0f5d1405aad0ce/icons/vscode.png" width="48" height="48"/> [vscode](https://chocolatey.org/packages/vscode)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@f5cbd85b89a3b01bb440a9f09d0f5d1405aad0ce/icons/vscode.png" width="48" height="48"/> [vscode](https://chocolatey.org/packages/vscode)


Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.
Expand Down
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.28.1'
$version = '1.28.2'
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/3368db6750222d319c851f6d90eb619d886e08f5/VSCodeSetup-ia32-1.28.1.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/3368db6750222d319c851f6d90eb619d886e08f5/VSCodeSetup-x64-1.28.1.exe'
url = 'https://az764295.vo.msecnd.net/stable/7f3ce96ff4729c91352ae6def877e59c561f4850/VSCodeSetup-ia32-1.28.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/7f3ce96ff4729c91352ae6def877e59c561f4850/VSCodeSetup-x64-1.28.2.exe'

softwareName = "$softwareName"

checksum = 'eb9d8e279c5c11bcc2f5dace107512f54f2f087e8d3dc0d54bf9760b1122a364'
checksum = '9265e84cdb0c1f5bc9f605b0f0467acfca349d874596ca3788aeaee0440e5861'
checksumType = 'sha256'
checksum64 = '8955dd893e35c15add27817bdb7328b115f4721b66ae8d77fd1631e272d761e7'
checksum64 = 'ccb4db2f5c78555cc08588bcd8090878d2c6ab9bb3f4a7f79cd8db9d1074f04d'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode/vscode.nuspec
Expand Up @@ -4,13 +4,13 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.28.1</version>
<version>1.28.2</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
<projectSourceUrl>https://github.com/Microsoft/vscode</projectSourceUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/vscode</packageSourceUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/f5cbd85b89a3b01bb440a9f09d0f5d1405aad0ce/icons/vscode.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@f5cbd85b89a3b01bb440a9f09d0f5d1405aad0ce/icons/vscode.png</iconUrl>
<licenseUrl>https://code.visualstudio.com/License</licenseUrl>
<docsUrl>https://code.visualstudio.com/docs</docsUrl>
<bugTrackerUrl>https://github.com/Microsoft/vscode/issues</bugTrackerUrl>
Expand Down

0 comments on commit eb16cce

Please sign in to comment.