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 17, 2022
1 parent 3fbb261 commit 7136855
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/8e42bda5487a953d59fab7792eedd4ca209cabba/VSCodeSetup-ia32-1.71.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/8e42bda5487a953d59fab7792eedd4ca209cabba/VSCodeSetup-x64-1.71.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/dd0ed9381aa5d0d43159463ccad1f7e060021580/VSCodeSetup-ia32-1.71.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/dd0ed9381aa5d0d43159463ccad1f7e060021580/VSCodeSetup-x64-1.71.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = '294ebacc43478a98b8e8d3134c142f0c42708a5b19960a1e7b550ad1eddc05e934209cdacd3faad7f3732ba1d3f6fb194975044cda9626c0c496f1a01f5c5f3a'
checksum = '6ba8a2a71df1ca170f1e55a65459b3e134d9a1f91fa180ce5022767eb9f9e382c5ef575e9fd87c9536bb93ec9ec6ad9caaaa1d2bd821da5462cc4fa9d4bf2a63'
checksumType = 'sha512'
checksum64 = '694dfa5f4dfcd741c6360bbbcdf8268aefec43b203ccab08d389d18467a28ab046e8492aba89ca38b38b1e01d9f305224d716b479764a160087a05233f10c315'
checksum64 = '993f927664001ca8ddd9d90a494e99360e0ef6002ba274dd5c3bb99ad2ba4e1883fa2057ffda897e11d471a5de1b27fa3310263b62ce07e77237e4627b509f15'
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.20220816</version>
<version>1.71.0.20220817</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.20220816</version>
<version>1.71.0.20220817</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.20220816]" />
<dependency id="vscode-insiders.install" version="[1.71.0.20220817]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 7136855

Please sign in to comment.