From fa3275d62151f394a54c3cd30bf3cd5ba78890e7 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 4 Mar 2022 00:14:09 +0000 Subject: [PATCH] AU: 5 updated - chromium googlechromebeta vim vscode vscode.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/54745771cbcfb4a882eff80d0e7324597a6c9678 --- automatic/chromium/chromium.json | 4 ++-- automatic/chromium/chromium.nuspec | 4 ++-- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/googlechromebeta/googlechromebeta.nuspec | 2 +- automatic/googlechromebeta/tools/chocolateyInstall.ps1 | 6 +++--- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- automatic/vscode.install/tools/ChocolateyInstall.ps1 | 10 +++++----- automatic/vscode.install/vscode.install.nuspec | 2 +- automatic/vscode/vscode.nuspec | 4 ++-- 12 files changed, 28 insertions(+), 28 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index f216c7c5325..c5587877e46 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "101.0.4922.0-snapshots", - "stable": "98.0.4758.102" + "snapshots": "101.0.4923.0-snapshots", + "stable": "99.0.4844.51" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 432b05a4ffe..ee7992fa757 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,8 +3,8 @@ chromium - 101.0.4922.0-snapshots - Chromium Snapshots + 99.0.4844.51 + Chromium chocolatey-community The Chromium Authors http://www.chromium.org/Home diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index c7d4a1b23b2..87cc7a0e1a6 100644 --- a/automatic/chromium/legal/VERIFICATION.txt +++ b/automatic/chromium/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on (the listed mirrors and can be verified by doing the following: 1. Download the following: - 32-Bit software: - 64-Bit software: + 32-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' 3. The checksums should match the following: checksum type: sha256 - checksum32: 2198799902B71F9F688670844F3751CFC4412B33F29632DD309425AEE9B69A26 - checksum64: EB35CFCD3BF74E1445007AC313CC6E120A3DFE39093BED3AAB15B78BBF19FCCA + checksum32: AD0E7FD7FC284128E5EB80040143A1AE869AA6D7951E407F3655FB8CFF1A1022 + checksum64: 725A7E0C1121F58B873382B8DACAD56D96F3670690B202E795B6D845FF2236D7 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index c946a5eaf3b..5acdbf90168 100644 --- a/automatic/chromium/tools/chocolateyInstall.ps1 +++ b/automatic/chromium/tools/chocolateyInstall.ps1 @@ -2,7 +2,7 @@ $scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition) . (Join-Path $scriptDir 'helper.ps1') -$version = "101.0.4922.0-snapshots" +$version = "99.0.4844.51" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/googlechromebeta/googlechromebeta.nuspec b/automatic/googlechromebeta/googlechromebeta.nuspec index 3c7394cddc4..77c8a6afb1b 100644 --- a/automatic/googlechromebeta/googlechromebeta.nuspec +++ b/automatic/googlechromebeta/googlechromebeta.nuspec @@ -3,7 +3,7 @@ googlechromebeta - 99.0.4844.51-beta + 100.0.4896.20-beta Google Chrome Beta chocolatey-community,nsleigh Google Inc. diff --git a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 index c23cb530c30..a6a7cb50b7c 100644 --- a/automatic/googlechromebeta/tools/chocolateyInstall.ps1 +++ b/automatic/googlechromebeta/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '99.0.4844.51-beta' +$version = '100.0.4896.20-beta' if ($version -eq (Get-ChromeBetaVersion)) { Write-Host "Google Chrome Beta $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise.msi' url64bit = 'https://dl.google.com/tag/s/dl/chrome/install/beta/googlechromebetastandaloneenterprise64.msi' - checksum = '423b2d96e8778fde469cb62bb4e97c01f6ea3572847c06ae7616e1557981d5eb' - checksum64 = '5f2345d8d8fb1f4a01302e629a5f4ad7231137de4e1bba47492ae3b25429ff29' + checksum = '3c0aa267af8f2c50f0e0944f46001b82e7f283dd043dbb2922bb95f3cedb0f6f' + checksum64 = '7692d6dd378fede11dc1fba0da1027e0dceba911ff50991a9471a7c24ddf4027' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 28468e56caa..491f22a5bb5 100644 --- a/automatic/vim/legal/VERIFICATION.txt +++ b/automatic/vim/legal/VERIFICATION.txt @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy. The embedded software have been downloaded from GitHub and can be verified like this: 1. Download the following zips: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the SHA256 checksum: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum32: D134D08FBE39D000436B2E1163EB8BC7D7425449A532E3B5B70BAF3C75AD598A - checksum64: C3DEDE7FA03F3010227FE96EBFB1423DC3D8721DFB8400EB74246C66B3F70E5A + checksum32: 67FFF11757A12C704D58E7F67EAC73432CF255B322D2C4E226FCA1C557163EB0 + checksum64: 3C5FADF4372A3C313B6232F611FE6BFA77BDC85EF9BDC69C6938E5FA40CDCE6B diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index d44265d879d..e63cc845c12 100644 --- a/automatic/vim/tools/chocolateyinstall.ps1 +++ b/automatic/vim/tools/chocolateyinstall.ps1 @@ -9,8 +9,8 @@ $installDir = Get-InstallDir $packageArgs = @{ packageName = $env:ChocolateyPackageName unzipLocation = $installDir - file = "$toolsDir\gvim_8.2.4485_x86.zip" - file64 = "$toolsDir\gvim_8.2.4485_x64.zip" + file = "$toolsDir\gvim_8.2.4501_x86.zip" + file64 = "$toolsDir\gvim_8.2.4501_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index e08098a6a6b..d2c8efb6b12 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4485 + 8.2.4501 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds, matsuhav Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor. diff --git a/automatic/vscode.install/tools/ChocolateyInstall.ps1 b/automatic/vscode.install/tools/ChocolateyInstall.ps1 index 71313858e04..47e55a5dd10 100644 --- a/automatic/vscode.install/tools/ChocolateyInstall.ps1 +++ b/automatic/vscode.install/tools/ChocolateyInstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 $softwareName = 'Microsoft Visual Studio Code' -$version = '1.64.2' +$version = '1.65.0' if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) { Write-Host "VS Code $version is already installed." return @@ -16,14 +16,14 @@ Close-VSCode $packageArgs = @{ packageName = 'vscode.install' fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/stable/f80445acd5a3dadef24aa209168452a3d97cc326/VSCodeSetup-ia32-1.64.2.exe' - url64bit = 'https://az764295.vo.msecnd.net/stable/f80445acd5a3dadef24aa209168452a3d97cc326/VSCodeSetup-x64-1.64.2.exe' + url = 'https://az764295.vo.msecnd.net/stable/b5205cc8eb4fbaa726835538cd82372cc0222d43/VSCodeSetup-ia32-1.65.0.exe' + url64bit = 'https://az764295.vo.msecnd.net/stable/b5205cc8eb4fbaa726835538cd82372cc0222d43/VSCodeSetup-x64-1.65.0.exe' softwareName = "$softwareName" - checksum = 'f6498a4791c19010c6173c7e6db57fa10cab22e523018c4c5e30f2c35e740784' + checksum = 'c80295b7a535734412c29fd88ec99cf2732e14fda4903ee89396a6677a683937' checksumType = 'sha256' - checksum64 = 'e5a3f05161594e643c3848407d6ec82da66cadc1390bb4736661c23bc19f4abe' + checksum64 = 'f885905ebdc6a79e9034ce513d8694a31e3877b66debf3e99a86776d10cf7467' checksumType64 = 'sha256' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode.install/vscode.install.nuspec b/automatic/vscode.install/vscode.install.nuspec index 17276bfc255..fa41e6f18e9 100644 --- a/automatic/vscode.install/vscode.install.nuspec +++ b/automatic/vscode.install/vscode.install.nuspec @@ -4,7 +4,7 @@ vscode.install Visual Studio Code (Install) - 1.64.2 + 1.65.0 Microsoft chocolatey-community https://code.visualstudio.com diff --git a/automatic/vscode/vscode.nuspec b/automatic/vscode/vscode.nuspec index 7e67d945801..6c0bf9e4131 100644 --- a/automatic/vscode/vscode.nuspec +++ b/automatic/vscode/vscode.nuspec @@ -4,7 +4,7 @@ vscode Visual Studio Code - 1.64.2 + 1.65.0 Microsoft chocolatey-community https://code.visualstudio.com @@ -44,7 +44,7 @@ Example: `choco install vscode --params "/NoDesktopIcon /DontAddToPath"` ]]> microsoft visualstudiocode vscode development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/Updates