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 Nov 21, 2022
1 parent 5ec5c61 commit 91fadd9
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
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/1b1e2a2c5794df1f475976062c754651827634a9/VSCodeSetup-ia32-1.74.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/1b1e2a2c5794df1f475976062c754651827634a9/VSCodeSetup-x64-1.74.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/fef85ea792f6627c83024d1df726ca729d8c9cb3/VSCodeSetup-ia32-1.74.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/fef85ea792f6627c83024d1df726ca729d8c9cb3/VSCodeSetup-x64-1.74.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'd9995d161c3e681070a0b5662c77becd408dd216473b5539f48532fc67b15a5a38119d1ae754f0df7b5dc05af036fb33441807d7a70e83d6ccb1c36792383862'
checksum = 'f4c2adadf5bc1b74b7df932ea023cf800484ae14aead0ff88d3ecfecf0dcf2d2f24c8a257fcbb08bf8b174c734c55481a894d9c5d6bde50ef7b31bb1d6e15d3a'
checksumType = 'sha512'
checksum64 = '2614b579bb08400e9219404571475536505110f0e1afaf0cba1af274b794746d9a1b4fc7de4c043c40eb581f1fda92e25d30361363afad2e15147e92743c76eb'
checksum64 = '0e29d644de9f7b7714fa1ff026d49eedc2bd403d5d46c84d59b137300ff3a0510a78f586afaf9d5c4c20cfdbce5bb22e4c7d9399a88378c38d52258ec3b010a9'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.74.0.20221118</version>
<version>1.74.0.20221121</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
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.74.0.20221118</version>
<version>1.74.0.20221121</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -48,7 +48,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.74.0.20221118]" />
<dependency id="vscode-insiders.install" version="[1.74.0.20221121]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 91fadd9

Please sign in to comment.