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 Aug 24, 2022
1 parent f3ada01 commit 5f6eb39
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/bd6107301dc9a6200bd8d4f64a9b198438b3f1d6/VSCodeSetup-ia32-1.71.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/235a92a3693176fbf9af16ec5b829c458a1d682f/VSCodeSetup-x64-1.71.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/7ed02a69658fc07f08740b98fa0d8d96c1a61ed4/VSCodeSetup-ia32-1.71.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/7ed02a69658fc07f08740b98fa0d8d96c1a61ed4/VSCodeSetup-x64-1.71.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'ba9f3ebced93ff1804dfd7be6776ad92b20aa53b331b9f8c7237db2f7d7a6dc7b0a696e9656eff746b98b605fb66fc9550a5463642361e49010c7cdba1489d4a'
checksum = '42e443aa1a08006dc76a36b62bba5960ade9a19b74393655e9aef918f61a1d4e80b70d2051cc6dff11dca8e4ea14dc0c381ad19687779a43cf7398190d8d76d5'
checksumType = 'sha512'
checksum64 = '3aba629e017249138f92bc3ef98175a4a5893e8fcbe4ce0b9c6d4b793201cfca69f10e5d854a8f67ee72f41566afe01bdc683e9d94cf4ba1d81cbc1cd68a9624'
checksum64 = 'd5166a1a7c53f94e2d924df40454bfa5fc8beb9e94392950d08f83ed6c7fabf5212ee75e80f9508fc431e348b58f717c1507bfdf066945d3a42753e61361a243'
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.71.0.20220823</version>
<version>1.71.0.20220824</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.71.0.20220823</version>
<version>1.71.0.20220824</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.71.0.20220823]" />
<dependency id="vscode-insiders.install" version="[1.71.0.20220824]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 5f6eb39

Please sign in to comment.