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 Aug 9, 2021
1 parent 142de38 commit a24efcf
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
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.74.0.152</version>
<version>8.75.0.134</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
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
url = 'https://download.skype.com/s4l/download/win/Skype-8.74.0.152.exe'
checksum = 'b0080b004786a243df241bae700960c7db54750613bdc4461d79a55e008b2dc6'
url = 'https://download.skype.com/s4l/download/win/Skype-8.75.0.134.exe'
checksum = '1bdca9735c2f6432d5cd4b12388d267692c11e5783ad289d32ad211a4d8c16a8'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/49af1cbe00271ac2ea36cfc5f7352fe31a7b0094/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/49af1cbe00271ac2ea36cfc5f7352fe31a7b0094/VSCodeSetup-x64-1.60.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/1ee61f368ee0570feeb220605578a8768d99e762/VSCodeSetup-ia32-1.60.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/1ee61f368ee0570feeb220605578a8768d99e762/VSCodeSetup-x64-1.60.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '081723fbf732dd629e1a3050726feec470f2ffce5c46986290dd76ffcb8585397a0bb27988e05f23f934e4ecce95f7ecd00fd240f2736a6c0bb16f90a1f9940a'
checksum = 'd5a55ff58bd5d3c7ab3484ce0f52181c36eee44ec379ad512e4741052ed7c22331d9af03d925da648f6e3ecd75ff407ac23466203f7bdae9065e3e5257963cea'
checksumType = 'sha512'
checksum64 = '05bccd92188d62e724c3140e609024b9b985f7a21c14f4aae6669a4da456e26965ce7a34ec554f6cc93ea4f74d9d3888c78f258813e8f6a238ec43c9ca25d8e9'
checksum64 = '5a1cba3fa6680d2b425034934eb37884446c879fb3768dfe17b5bc20c05ae5caacb8af903f1722cc32dd3038f8b855c2abe7165f6f347d92e1029fd010966672'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.60.0.20210806</version>
<version>1.60.0.20210809</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.60.0.20210806</version>
<version>1.60.0.20210809</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,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.60.0.20210806]" />
<dependency id="vscode-insiders.install" version="[1.60.0.20210809]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a24efcf

Please sign in to comment.