Skip to content

Commit

Permalink
AU: 3 updated - sysinternals vscode-insiders vscode-insiders.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Nov 11, 2022
1 parent 0635eec commit 0d6af14
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2022.11.3</version>
<version>2022.11.11</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '291e6741d6e5b9895a007c398b849667673b1c8f8cd0e3b8571fbb015008cf53'
checksum = '76e374b9844fa1e6491cc3e70d73f9ce885253258b86d277d84e40452ba8b8f5'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand All @@ -18,7 +18,7 @@ Accept-Eula
if ($installDir -ne $toolsPath) { Install-ChocolateyPath $installDir }
if (Is-NanoServer) {
$packageArgs.url = 'https://download.sysinternals.com/files/SysinternalsSuite-Nano.zip'
$packageArgs.checksum = '6cbd929f3018e3b050e2b01b2f8a1ac6c09d28aea0d5cd473a1a669b4df5d20a'
$packageArgs.checksum = 'd788273c0c2a031fe81a1c376a001a3029bd32398dfdea73c5101e2fd142558e'
}

$old_path = 'c:\sysinternals'
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/9d5741f01a67beea273121615b2d015fc298d9ea/VSCodeSetup-ia32-1.74.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/9d5741f01a67beea273121615b2d015fc298d9ea/VSCodeSetup-x64-1.74.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/ef415578d1b1019db585718968a303eeca4b8979/VSCodeSetup-ia32-1.74.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/ef415578d1b1019db585718968a303eeca4b8979/VSCodeSetup-x64-1.74.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'ddd261d9af81e752b0bffb69b35e44206560e9747ca0d91312f8c994dceb8b8cf2d072e17d059f43b5da340cd1b2679223372153d005fbf82a364de9b96f7e72'
checksum = '051c334efbd5ed1280bb05b13f7c9c993260a93c172ac2bacfbe485fbaef58f1e9bf2edda809f31a5e13fe08c5c79cbcc4243e93d5dd0bfbf40f360e195d088d'
checksumType = 'sha512'
checksum64 = '8feeac22860aa7258b279cb2530a013515ab202df3231c3b3e1af5f7f595748a61a3f7e7eddb9b982575b69cca13da5b63d0d8b11e99d189e4a44d71441ee943'
checksum64 = '7c404a231c98070188a905267c6a3f251886c4768f483edb0b9d0fe98910e9b09679575efe03e5b5f8d6ee45ac0c6723b0515a0000cb1078e2ede1858cad8505'
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.74.0.20221110</version>
<version>1.74.0.20221111</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.74.0.20221110</version>
<version>1.74.0.20221111</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.20221110]" />
<dependency id="vscode-insiders.install" version="[1.74.0.20221111]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 0d6af14

Please sign in to comment.