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 Dec 2, 2020
1 parent 0fea86d commit f384071
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/bf21395291146c014220eb70b54fdfc0a15956b5/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/bf21395291146c014220eb70b54fdfc0a15956b5/VSCodeSetup-x64-1.52.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/f4187f22026ff6537f2ca8132ad3209fceb5071f/VSCodeSetup-ia32-1.52.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f4187f22026ff6537f2ca8132ad3209fceb5071f/VSCodeSetup-x64-1.52.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'a2679188a8c2f01ec9f9c35120d6d1927c72e0292d169a5583cd86335e7a0ec7edd2ab186251eae0f89e315a1913dd0b6d73a56c476c703d95e50130ed9e5f6e'
checksum = 'aec103f5fe8facc4c324d78c7de0f37b68897cf866e975b917f12f6fa0fc66043470c1ceaeef467e19541407e7bbfb5e79151d231fb467bf306cb66c0addb353'
checksumType = 'sha512'
checksum64 = '6c38b3a320bbed281ff7283acf82683dc6fe40e3cdb39cd1dd1587ef8051d2bc64e0c8cdaccade34899d6ce0a25b15a12366860139c4fda1930bea06f17a1094'
checksum64 = '46546c9327e6a8bb3f8211503de2d31efb354cda7b791e3a5ef2fffd29c0dbc2fbedbf560f772de11d5254929d2c2ebf3068ee3e57f8ac7a8f4bf8ba09a54d72'
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.52.0.20201201</version>
<version>1.52.0.20201202</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.52.0.20201201</version>
<version>1.52.0.20201202</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.52.0.20201201]" />
<dependency id="vscode-insiders.install" version="[1.52.0.20201202]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit f384071

Please sign in to comment.