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 Jun 30, 2022
1 parent 52772fd commit 662dae0
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/0e3304bca9e862eddc7e437e2bab8a4a4a4f33c9/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/0e3304bca9e862eddc7e437e2bab8a4a4a4f33c9/VSCodeSetup-x64-1.69.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/f1abeeab7e51df997bbb0f1ff900321ad2f21ac0/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/f1abeeab7e51df997bbb0f1ff900321ad2f21ac0/VSCodeSetup-x64-1.69.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '902b7ceb077e1184de8b576cf6c4643e490d0710128bcf10d828916a0aba7b4aa1983d4b67f3738f185f2a8232eceb6ae5c659960c4772814b84e3f4d03c6768'
checksum = '89aa90bbf21984b2c3d11ca37338b22798a840f958be8429e2880ff301af3757c38fa097cfee9180a218b69420baa800255b8b3f15cec31f89dc500a77e97231'
checksumType = 'sha512'
checksum64 = '5eba875d68c7fab65309a5ddd03221e22c6c420ce1081e6b6a074c201c961f47b12f5514e5f43b6501972f696b533bf5b8dab4342d8b6e0a538c49c3c03b2964'
checksum64 = '6d97ed9064eed437c9aea88bd87a151dfbe3282b5c372ba41bc92b0c0d2e6d22f66267108183c8b9609f2c229a05af40c75f21e3f787c9415b133ff7b3acf4d9'
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.69.0.20220629</version>
<version>1.69.0.20220630</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down

0 comments on commit 662dae0

Please sign in to comment.