Skip to content

Commit

Permalink
AU: 1 updated - vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 21, 2022
1 parent 162be80 commit cf7f732
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/d572d6e9d1282b352227916cb8f95bb2b03ddcaa/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d572d6e9d1282b352227916cb8f95bb2b03ddcaa/VSCodeSetup-x64-1.66.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/eaa2b431ac259fddf5aa11aa53060a9b70068b29/VSCodeSetup-ia32-1.66.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/eaa2b431ac259fddf5aa11aa53060a9b70068b29/VSCodeSetup-x64-1.66.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '211fb2f1ce06b9f696b10d988ddb99e0ee9e74594755437f5d1ba2a91b89a7d4f06d0abe9aedbf7fa747cd5c77a84324b7ead9aa2926b35b84b83bf97d626dfb'
checksum = '7c4027fb21189af9c637d8e1504e265f03cd2d5241b61226d3fbce8d257972f7c63e7f8877a36b46640a973ea12e43347388e829f822103a47429aa9f9c0e0e9'
checksumType = 'sha512'
checksum64 = 'd738fc1447ccd63632f5d1db58422653ec0841f50f31fb1eb3f004f1d92dcaf04843ef08c7fdeff40f4453eb2ca486bed76624fe8b1b9d7101f49c756c85ba18'
checksum64 = 'cfaaf0f5ca1fa31565842cd8f5b942fbb58a7f9a356c0aaf524ce4dfa9f65dd2ea4f35e991806917e6dd432e85ceb4ac18eaa830a0ce779fea5e5a043c3cc73b'
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.66.0.20220318</version>
<version>1.66.0.20220321</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit cf7f732

Please sign in to comment.