Skip to content

Commit

Permalink
AU: 2 updated - vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jan 20, 2021
1 parent a16977d commit b78f90f
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/32b28f6f8f9dfe36efad102cc460e14a84ba756a/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/32b28f6f8f9dfe36efad102cc460e14a84ba756a/VSCodeSetup-x64-1.53.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/a16beb1650908b830784be5564031fbfb5b71bd6/VSCodeSetup-ia32-1.53.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/a16beb1650908b830784be5564031fbfb5b71bd6/VSCodeSetup-x64-1.53.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '81e5d879248f6bf389ad2f4eba305b45589acf218a04d88c0b2b58af4679afae09bfc0901af5b0e5f99f47d02c69cc33df6512d6bb7d47445a341a1fe91275db'
checksum = '8a796b26098efb0b882c488170e08bb503788d28dc8bac0c95479e657bb64d118734942ac3bac014f1db5e5e6a3f7e5aa491d4e295f7262e0c9172072939b4f7'
checksumType = 'sha512'
checksum64 = 'cc3ce59c90aaed6eea7b03542770ad366df9427588f11d562d1154a5ecf435d3060b9d2d64fe502109ec507fe4d558180c922a664611bfcec48160062800d7ca'
checksum64 = '3e1e6aa952904637d6fbbab0362771189a3531da7c20152bbaa677f72c12f3085928d8a91fb6e9eb7a1025d012f34ec0a581ab4223e035a50530a490c42a5087'
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.53.0.20210119</version>
<version>1.53.0.20210120</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.53.0.20210119</version>
<version>1.53.0.20210120</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.53.0.20210119]" />
<dependency id="vscode-insiders.install" version="[1.53.0.20210120]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit b78f90f

Please sign in to comment.