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 Jun 14, 2021
1 parent 92c1e77 commit a28c078
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/012b14606f75ec4fed90d7ab4154f63dffab9503/VSCodeSetup-ia32-1.58.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/012b14606f75ec4fed90d7ab4154f63dffab9503/VSCodeSetup-x64-1.58.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/e1161be26874f0d39a5b9cdeb2c5fbfd4f83bb80/VSCodeSetup-ia32-1.58.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/e1161be26874f0d39a5b9cdeb2c5fbfd4f83bb80/VSCodeSetup-x64-1.58.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '6586748bcac0c51e8498c7e7477523f0ea077031da1faf965cb52ec8e2ab2f93aa136b6b5800f931bf15c187221331b89ce903811be80340f7f9b8f46673aa3d'
checksum = '74893788194fac9bdcd2d41ac3a1aed88aecdd1af1e47bf5873397f3547dc572ae885c3376bd457c14a74784d7b37b01392fcfd23c025a49ca1bcdbacf7567c9'
checksumType = 'sha512'
checksum64 = '88a2f8fc4860bc700a8d0370b57764a8e218270ec3855d11d906853d4ffaba0d340ccdd67437044cf8d7f5e6059648e820a387347f6b0f497845b1b8c565ddb6'
checksum64 = 'da1054c5eb7b1bf328f32dd0735bf395f317c220ba3633128a4c3f7a0460400d20bb62ee7693fd9dc24dad9889b8112e2d66bd226acc0de52f8d05c4a1d4b643'
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.58.0.20210611</version>
<version>1.58.0.20210614</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.58.0.20210611</version>
<version>1.58.0.20210614</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.58.0.20210611]" />
<dependency id="vscode-insiders.install" version="[1.58.0.20210614]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit a28c078

Please sign in to comment.