Skip to content

Commit

Permalink
AU: 3 updated - skype vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 15, 2023
1 parent 8a8f89c commit da84d89
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.98.0.402</version>
<version>8.98.0.407</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,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 @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.98.0.402.msi'
checksum = '6840cb1e56cb058390b166234b3b0983953c8eb13aa71a7aec82819b979d78c5'
url = 'https://download.skype.com/s4l/download/win/Skype-8.98.0.407.msi'
checksum = 'eb7b8415b566b179b22595fab76db14534e30078252094d06187e89a923034f8'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/990d40aad4e5fe57500132cae7ad8c69950399b0/VSCodeSetup-ia32-1.80.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/990d40aad4e5fe57500132cae7ad8c69950399b0/VSCodeSetup-x64-1.80.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/6545c4c2671127c323182225963fcd732e1fbcc5/VSCodeSetup-ia32-1.80.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6545c4c2671127c323182225963fcd732e1fbcc5/VSCodeSetup-x64-1.80.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '8d83273795c0f474389498a075def8ca25665dcfa621d66fc378f8d7f3c8b7b4e80c6f78d6e2688f99b0191a1e768cea9886857c71599bdd402cc44dd7b66ca7'
checksum = '1e1e64b32862f4cff6b647566c18e89cb6d09abad203f4e5ae481dc6cc69dc78944740c92a745d10115a33b13fbcd31f007ef8d66f1048e9f83bbfbaf47701ef'
checksumType = 'sha512'
checksum64 = 'db8341ea2167f379436e7ac3450440694e388a2c8cd0cf9c19a5b935fb1d1591979dc830ba51d22aee789e71d3d2ca4527c89881078ecdfc999eb0647f14ecca'
checksum64 = 'bf26bd96634430b83b32054193994bed8b2d2241f5b73c249316e1d74acda693b68f1ce177802aa98b2592bf4609cf916891b61ba9be2471952cbac9c8d5472a'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.80.0.20230614</version>
<version>1.80.0.20230615</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.80.0.20230614</version>
<version>1.80.0.20230615</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.80.0.20230614]" />
<dependency id="vscode-insiders.install" version="[1.80.0.20230615]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit da84d89

Please sign in to comment.