Skip to content

Commit

Permalink
AU: 3 updated - nuget.commandline vscode-insiders vscode-insiders.ins…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 17, 2022
1 parent 4210e7c commit 02cca65
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "6.2.0",
{
"stable": "6.2.1",
"pre": "5.1.0-preview3",
"3.2": "3.2.0",
"3.4": "3.4.4",
Expand Down
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/6f7c824a826ff0ccaf4de05d6fe0aac3be7bc136/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/6f7c824a826ff0ccaf4de05d6fe0aac3be7bc136/VSCodeSetup-x64-1.69.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/fbf1cf3832d43088e27837dbb68d24ab65a098c1/VSCodeSetup-ia32-1.69.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/fbf1cf3832d43088e27837dbb68d24ab65a098c1/VSCodeSetup-x64-1.69.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '6b1863d26412a2492ca90eb828703e8a4d32b8cbb3fab9306476c1a95a0bca35e0f27115b20e91f44c9425a8ac9f982c2699d2211f1955d0cc818526bd4d60f3'
checksum = 'eeae3fa149222351ea47476704817175c09de9b64e9b4ca661f56e2602b351502a146bbd066d6b1258953963273fe6113c3d632565f1ef36601e7a37e762cf74'
checksumType = 'sha512'
checksum64 = '6ee1d9b72c54494d1399a971d124be4d5328d3ef553f4f226247997ddf8e29d677e03d3c747ed9de5f538385cbb5dfbcc2b801505d2b85f16a7c36e2a90cde57'
checksum64 = '5a1244a2d52d1829116ebaba1395c2658ae5c0aa532e20bf0f8e63c12387d98f1ae8f3c3102bc62d430e48b5585a9de153fc603ae4be5f84da569a7f268a9bb4'
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.20220616</version>
<version>1.69.0.20220617</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.69.0.20220616</version>
<version>1.69.0.20220617</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.69.0.20220616]" />
<dependency id="vscode-insiders.install" version="[1.69.0.20220617]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 02cca65

Please sign in to comment.