Skip to content

Commit

Permalink
AU: 2 updated - vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 10, 2021
1 parent 9e207cf commit a8094fd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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/6bee0f2f3fea9df1ad45344f09b2a139c93b384f/VSCodeSetup-ia32-1.57.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6bee0f2f3fea9df1ad45344f09b2a139c93b384f/VSCodeSetup-x64-1.57.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/54d33cf14cf6c0e86880b5b74a5a3628de42bce9/VSCodeSetup-ia32-1.57.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/54d33cf14cf6c0e86880b5b74a5a3628de42bce9/VSCodeSetup-x64-1.57.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '0b986ce234516b79770a08070ef5dff543f24a3486c88fbfcc22d6bf6922bdca3f57939c2aefb236acaa60a58109668fd8681043beedf535a9d1d6e151a4144e'
checksum = 'ffe8475a5254903958885a8dc7dc28a2640d028cbb240139695341912480d340a614bf4117b2c7c0db6e7336275423213c4888754023fde2b038f82fb65ff5c7'
checksumType = 'sha512'
checksum64 = '4eb29d7adaca23c63687b66cc0d5431a94a5a4ca7e900d8b3713c2f2ae1b3eedc1b8aabc23765e93ccec14533f4b1157adada9148768df727ffd7088088ac6c3'
checksum64 = 'fea6a89a1031e18351e9573c8dd6f6dfea6abe750fcf128b138188712ed7d2207516b1b09c82c08f7cb3e996c884f8d81217366b5d5404d8f2a9d1c0b669d129'
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.57.0.20210507</version>
<version>1.57.0.20210510</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.57.0.20210507</version>
<version>1.57.0.20210510</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.57.0.20210507]" />
<dependency id="vscode-insiders.install" version="[1.57.0.20210510]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a8094fd

Please sign in to comment.