Skip to content

Commit

Permalink
AU: 2 updated - skype vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 13, 2018
1 parent e2ee875 commit 2d9c31b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.33.0.50</version>
<version>8.34.0.78</version>
<authors>Microsoft</authors>
<owners>chocolatey,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.33.0.50.exe'
checksum = 'aac2ec58243794dd027851fb64b94ce03ebe759fb823dc45975bb1592cbe73e8'
url = 'https://endpoint920510.azureedge.net/s4l/s4l/download/win/Skype-8.34.0.78.exe'
checksum = '3e7520eea1652b2ae203edbe1e9ed2946d3f93592071e7962f666ca656e86627'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
10 changes: 5 additions & 5 deletions automatic/vscode/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
. $toolsPath\helpers.ps1

$softwareName = 'Microsoft Visual Studio Code'
$version = '1.28.2'
$version = '1.29.0'
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/7f3ce96ff4729c91352ae6def877e59c561f4850/VSCodeSetup-ia32-1.28.2.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/7f3ce96ff4729c91352ae6def877e59c561f4850/VSCodeSetup-x64-1.28.2.exe'
url = 'https://az764295.vo.msecnd.net/stable/5f24c93878bd4bc645a4a17c620e2487b11005f9/VSCodeSetup-ia32-1.29.0.exe'
url64bit = 'https://az764295.vo.msecnd.net/stable/5f24c93878bd4bc645a4a17c620e2487b11005f9/VSCodeSetup-x64-1.29.0.exe'

softwareName = "$softwareName"

checksum = '9265e84cdb0c1f5bc9f605b0f0467acfca349d874596ca3788aeaee0440e5861'
checksum = 'da13d5132f11775bd848c311a575b08bc1c31695f276d86556e2627411851a22'
checksumType = 'sha256'
checksum64 = 'ccb4db2f5c78555cc08588bcd8090878d2c6ab9bb3f4a7f79cd8db9d1074f04d'
checksum64 = '4610fd9dc7cd7940cfd2a4d49a3d44c630c6eb2ef2fac3e93851fa0d67a9ff5d'
checksumType64 = 'sha256'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode/vscode.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode</id>
<title>Visual Studio Code</title>
<version>1.28.2</version>
<version>1.29.0</version>
<authors>Microsoft</authors>
<owners>chocolatey</owners>
<projectUrl>https://code.visualstudio.com</projectUrl>
Expand Down

0 comments on commit 2d9c31b

Please sign in to comment.