From 45f763eee6f6cf56014e44ebd47d04889dd04abc Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 19 May 2021 12:13:47 +0000 Subject: [PATCH] AU: 7 updated - chromium keeweb mkdocs-material nodejs nodejs.install vscode-insiders vscode-insiders.install [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/c55f8fe6d85b9ee1a09d368be9f9ba14a0a3b269 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/keeweb/keeweb.nuspec | 2 +- automatic/keeweb/legal/VERIFICATION.txt | 10 +++++----- automatic/keeweb/tools/chocolateyInstall.ps1 | 4 ++-- automatic/mkdocs-material/mkdocs-material.nuspec | 2 +- automatic/mkdocs-material/tools/ChocolateyInstall.ps1 | 2 +- automatic/nodejs.install/legal/VERIFICATION.txt | 8 ++++---- automatic/nodejs.install/nodejs.install.json | 2 +- automatic/nodejs.install/nodejs.install.nuspec | 2 +- automatic/nodejs.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/nodejs/nodejs.json | 2 +- automatic/nodejs/nodejs.nuspec | 4 ++-- .../tools/chocolateyInstall.ps1 | 8 ++++---- .../vscode-insiders.install.nuspec | 2 +- automatic/vscode-insiders/vscode-insiders.nuspec | 4 ++-- 18 files changed, 35 insertions(+), 35 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 3d12e346901..719247dc286 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "92.0.4512.0-snapshots", + "snapshots": "92.0.4513.0-snapshots", "stable": "90.0.4430.212" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 6c65b0cb6ae..49c3552fede 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 92.0.4512.0-snapshots + 92.0.4513.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index 541339c0542..9ce07a4bf78 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: EA24505DEACAA66A4006E8E4584A19539ACC96D381675FCF934D00FD1423549C - checksum64: 46DB83C2D1F6C7A5E7C08BF5BC339D988F10F75B4F26FC74A5A36B206311B6A0 + checksum32: 012952922A6D97B33895BB0648A1BD0C0B4B605DDE3DA63567C1E9B426972197 + checksum64: B882E236ABB3C5845445E82520EBBC7D7647EC528763869521DDD13C71960D9D The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9728d4db9ec..f8d6b9d321d 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 = "92.0.4512.0-snapshots" +$version = "92.0.4513.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/keeweb/keeweb.nuspec b/automatic/keeweb/keeweb.nuspec index b8cedf62cd9..b418474cb71 100644 --- a/automatic/keeweb/keeweb.nuspec +++ b/automatic/keeweb/keeweb.nuspec @@ -6,7 +6,7 @@ keeweb KeeWeb - 1.18.5 + 1.18.6 antelle chocolatey-community,wget Free cross-platform password manager compatible with KeePass diff --git a/automatic/keeweb/legal/VERIFICATION.txt b/automatic/keeweb/legal/VERIFICATION.txt index 98c69624036..eeba29cedeb 100644 --- a/automatic/keeweb/legal/VERIFICATION.txt +++ b/automatic/keeweb/legal/VERIFICATION.txt @@ -2,18 +2,18 @@ VERIFICATION Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. -The installer have been downloaded from the Github release page +The installer have been downloaded from the Github release page and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 3CDA2BEA62256C7BDBA954EE5F3767AE0D40837364B7DED68FF38567AD226AEC - checksum64: 7FE2B2F5E638872F4C2384F7C98FE1CEFA0212D58904B7757AC6592FFBD264AF + checksum32: 1D4188AC8842F8E96280C3B80D9AFDDC59E7FC68F5C4ACE5C0E2C615D4676EA9 + checksum64: D19412CE9693C38EF4D275FEB0E0A57A0FBA5E0D07814AC80B0D03C8EF25A232 File 'LICENSE.txt' is obtained from diff --git a/automatic/keeweb/tools/chocolateyInstall.ps1 b/automatic/keeweb/tools/chocolateyInstall.ps1 index 5715f46344e..ee9a1cd2aaa 100644 --- a/automatic/keeweb/tools/chocolateyInstall.ps1 +++ b/automatic/keeweb/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = 'keeweb' fileType = 'exe' - file = "$toolsPath\KeeWeb-1.18.5.win.ia32.exe" - file64 = "$toolsPath\KeeWeb-1.18.5.win.x64.exe" + file = "$toolsPath\KeeWeb-1.18.6.win.ia32.exe" + file64 = "$toolsPath\KeeWeb-1.18.6.win.x64.exe" softwareName = 'keeweb*' silentArgs = '/S' validExitCodes = @(0) diff --git a/automatic/mkdocs-material/mkdocs-material.nuspec b/automatic/mkdocs-material/mkdocs-material.nuspec index e7fc9c55457..61e47e8e047 100644 --- a/automatic/mkdocs-material/mkdocs-material.nuspec +++ b/automatic/mkdocs-material/mkdocs-material.nuspec @@ -4,7 +4,7 @@ mkdocs-material MkDocs Material Theme - 7.1.4 + 7.1.5 Martin Donath chocolatey-community http://squidfunk.github.io/mkdocs-material/ diff --git a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 index 5c94c485ccd..45530c0d61f 100644 --- a/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 +++ b/automatic/mkdocs-material/tools/ChocolateyInstall.ps1 @@ -1,6 +1,6 @@ Update-SessionEnvironment -$version = '7.1.4' +$version = '7.1.5' $proxy = Get-EffectiveProxy if ($proxy) { diff --git a/automatic/nodejs.install/legal/VERIFICATION.txt b/automatic/nodejs.install/legal/VERIFICATION.txt index 1e3455f6c1c..9efe46c048e 100644 --- a/automatic/nodejs.install/legal/VERIFICATION.txt +++ b/automatic/nodejs.install/legal/VERIFICATION.txt @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy. The installer have been downloaded from GitHub and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: C3D7BB267EAD2548746092A7E31FB59CB7828D1FE9F97D9628ED6EA4977B4C35 - checksum64: 6D4C7457A210B867CA5B1C4A4465B4065AE6708DFD917383FE61F6860DBA2128 + checksum32: 0DA39E156480385920E256A51FC94A77211D07A37B216080651A5835C3994B8A + checksum64: EC7403BBA0B6D55DD9BC963043973D269F93C34D00D169FAE4C0986CD408E93C File 'LICENSE.txt' is obtained from diff --git a/automatic/nodejs.install/nodejs.install.json b/automatic/nodejs.install/nodejs.install.json index a00d72a9f30..5392879213f 100644 --- a/automatic/nodejs.install/nodejs.install.json +++ b/automatic/nodejs.install/nodejs.install.json @@ -11,5 +11,5 @@ "13": "13.14.0", "14": "14.17.0", "15": "15.14.0", - "16": "16.1.0" + "16": "16.2.0" } diff --git a/automatic/nodejs.install/nodejs.install.nuspec b/automatic/nodejs.install/nodejs.install.nuspec index 7d3cf999ba9..f6bc392f596 100644 --- a/automatic/nodejs.install/nodejs.install.nuspec +++ b/automatic/nodejs.install/nodejs.install.nuspec @@ -4,7 +4,7 @@ nodejs.install Node JS (Install) - 14.17.0 + 16.2.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. diff --git a/automatic/nodejs.install/tools/chocolateyInstall.ps1 b/automatic/nodejs.install/tools/chocolateyInstall.ps1 index 64a914e4317..12c26d21656 100644 --- a/automatic/nodejs.install/tools/chocolateyInstall.ps1 +++ b/automatic/nodejs.install/tools/chocolateyInstall.ps1 @@ -2,8 +2,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition -$filePath32 = "$toolsPath\node-v14.17.0-x86.msi" -$filePath64 = "$toolsPath\node-v14.17.0-x64.msi" +$filePath32 = "$toolsPath\node-v16.2.0-x86.msi" +$filePath64 = "$toolsPath\node-v16.2.0-x64.msi" $installFile = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') { Write-Host "Installing 64 bit version"; $filePath64 } else { Write-Host "Installing 32 bit version"; $filePath32 } diff --git a/automatic/nodejs/nodejs.json b/automatic/nodejs/nodejs.json index a00d72a9f30..5392879213f 100644 --- a/automatic/nodejs/nodejs.json +++ b/automatic/nodejs/nodejs.json @@ -11,5 +11,5 @@ "13": "13.14.0", "14": "14.17.0", "15": "15.14.0", - "16": "16.1.0" + "16": "16.2.0" } diff --git a/automatic/nodejs/nodejs.nuspec b/automatic/nodejs/nodejs.nuspec index a0af80299bf..64862e97c35 100644 --- a/automatic/nodejs/nodejs.nuspec +++ b/automatic/nodejs/nodejs.nuspec @@ -4,7 +4,7 @@ nodejs Node JS - 14.17.0 + 16.2.0 Node.js Foundation chocolatey-community, Rob Reynolds Node JS - Evented I/O for v8 JavaScript. @@ -28,7 +28,7 @@ While this package now provides both **Current** and **LTS** releases of Node.js false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ba5adf020e09cd0e51107206ef3ec390035a6e90/icons/nodejs.png - + diff --git a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 index 06ec1adf9a9..cea78455e22 100644 --- a/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 +++ b/automatic/vscode-insiders.install/tools/chocolateyInstall.ps1 @@ -22,14 +22,14 @@ function Get-MergeTasks { $packageArgs = @{ packageName = "$env:ChocolateyPackageName" fileType = 'exe' - url = 'https://az764295.vo.msecnd.net/insider/45aafeb326d0d3d56cbc9e2932f87e368dbf652d/VSCodeSetup-ia32-1.57.0-insider.exe' - url64bit = 'https://az764295.vo.msecnd.net/insider/45aafeb326d0d3d56cbc9e2932f87e368dbf652d/VSCodeSetup-x64-1.57.0-insider.exe' + url = 'https://az764295.vo.msecnd.net/insider/a9c5e37ea0dc020f5df3b1c82ef020627fc8cd7c/VSCodeSetup-ia32-1.57.0-insider.exe' + url64bit = 'https://az764295.vo.msecnd.net/insider/a9c5e37ea0dc020f5df3b1c82ef020627fc8cd7c/VSCodeSetup-x64-1.57.0-insider.exe' softwareName = 'Microsoft Visual Studio Code Insiders' - checksum = '45a8d17a594ab2a746520bae18c9f49fe9fca0e359db98dae248010db890f8323ded5d2fdb0e9395726a6d25a676b059b46ed934c62dd132f4889be0eeafe46f' + checksum = 'ec7a9cdacf632bb860d11a0c7c58e4aa2d21f94c43568d9356d742ac3875332047078e269c9593a1ff4317ee277a4ef4af58223f70746eb74fc530448e4d6629' checksumType = 'sha512' - checksum64 = 'a922a9601da96d94e511db900d601f69a1827f9d26e91b5da01d55939ca335242d5f8f6545a9ea708ad76e552fe315c832d7504c45db5ec76f09284d99fd2bdf' + checksum64 = 'd1c3e1aa3ecc6dbf29ae339abebbfccae3fed869b72169ecc1b5e27393f4aef5b1d1b425cf7caa0b44c3fa74edd49a4e12a24fd64d1a660108a604d577c7ab0e' checksumType64 = 'sha512' silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation) diff --git a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec index b3a4979d795..7c4a2a71b7f 100644 --- a/automatic/vscode-insiders.install/vscode-insiders.install.nuspec +++ b/automatic/vscode-insiders.install/vscode-insiders.install.nuspec @@ -4,7 +4,7 @@ vscode-insiders.install Visual Studio Code Insiders (Install) - 1.57.0.20210518 + 1.57.0.20210519 Microsoft chocolatey-community https://code.visualstudio.com/insiders diff --git a/automatic/vscode-insiders/vscode-insiders.nuspec b/automatic/vscode-insiders/vscode-insiders.nuspec index 77290ce9173..cf1d5d69347 100644 --- a/automatic/vscode-insiders/vscode-insiders.nuspec +++ b/automatic/vscode-insiders/vscode-insiders.nuspec @@ -4,7 +4,7 @@ vscode-insiders Visual Studio Code Insiders - 1.57.0.20210518 + 1.57.0.20210519 Microsoft chocolatey-community https://code.visualstudio.com/insiders @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath" ]]> microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform - + https://code.visualstudio.com/updates/#_preview-features