From 12e079a16434d26ccb67c29116e4375512ef88a6 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Thu, 8 Apr 2021 18:14:52 +0000 Subject: [PATCH] AU: 8 updated - chromium cmake cmake.install cmake.portable dropbox kubernetes-cli mp3tag protoc [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/caec2973d258a5afeb6a2d35d83fc0e078c6bc07 --- automatic/chromium/chromium.json | 2 +- automatic/chromium/chromium.nuspec | 2 +- automatic/chromium/legal/VERIFICATION.txt | 8 ++++---- automatic/chromium/tools/chocolateyInstall.ps1 | 2 +- automatic/cmake.install/cmake.install.json | 2 +- automatic/cmake.install/cmake.install.nuspec | 2 +- automatic/cmake.install/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.install/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake.portable/cmake.portable.json | 2 +- automatic/cmake.portable/cmake.portable.nuspec | 2 +- automatic/cmake.portable/legal/VERIFICATION.txt | 8 ++++---- automatic/cmake.portable/tools/chocolateyInstall.ps1 | 4 ++-- automatic/cmake/cmake.json | 2 +- automatic/cmake/cmake.nuspec | 4 ++-- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 6 +++--- automatic/kubernetes-cli/kubernetes-cli.json | 2 +- automatic/kubernetes-cli/kubernetes-cli.nuspec | 4 ++-- automatic/kubernetes-cli/legal/VERIFICATION.txt | 8 ++++---- automatic/mp3tag/legal/VERIFICATION.txt | 4 ++-- automatic/mp3tag/mp3tag.nuspec | 2 +- automatic/mp3tag/tools/ChocolateyInstall.ps1 | 2 +- automatic/protoc/legal/VERIFICATION.txt | 8 ++++---- automatic/protoc/protoc.nuspec | 4 ++-- automatic/protoc/tools/chocolateyinstall.ps1 | 4 ++-- 26 files changed, 50 insertions(+), 50 deletions(-) diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 5c9bbb277ad..9eea0fc0022 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "91.0.4471.0-snapshots", + "snapshots": "91.0.4472.0-snapshots", "stable": "89.0.4389.114" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index 01bc6b42716..be6b7d1d28b 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 91.0.4471.0-snapshots + 91.0.4472.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e9de6af0c3c..a26463737dd 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: F6B9823EE3870210F5ACFF67E6B2D065A92645BEE6A629D4B43983E025BA7A25 - checksum64: 4EF8D78E60BC4BA988D43A6E7C7894802DFB23EBC5D2572072C7EA8F5DD3099A + checksum32: A688D750141E169CBC90675D963BF7AE8B1C3407C89DFC08B092F87276429B22 + checksum64: DC1FB85A04A89C64A3A57BE649F0AC335D0CDC55B538D93D4D1BCC8C9082C1FB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index 9b4bf046057..3bda4143ca0 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 = "91.0.4471.0-snapshots" +$version = "91.0.4472.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/cmake.install/cmake.install.json b/automatic/cmake.install/cmake.install.json index 226e08593ea..3195c7a36d8 100644 --- a/automatic/cmake.install/cmake.install.json +++ b/automatic/cmake.install/cmake.install.json @@ -11,5 +11,5 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.0" + "3.20": "3.20.1" } diff --git a/automatic/cmake.install/cmake.install.nuspec b/automatic/cmake.install/cmake.install.nuspec index f22121722fc..8b01016f5f6 100644 --- a/automatic/cmake.install/cmake.install.nuspec +++ b/automatic/cmake.install/cmake.install.nuspec @@ -3,7 +3,7 @@ cmake.install - 3.19.8 + 3.20.1 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.install chocolatey-community, dtgm CMake (Install) diff --git a/automatic/cmake.install/legal/VERIFICATION.txt b/automatic/cmake.install/legal/VERIFICATION.txt index f5aa33b2bd3..dcb9b7cd67f 100644 --- a/automatic/cmake.install/legal/VERIFICATION.txt +++ b/automatic/cmake.install/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: C69A5AE279429FE7679E3AB207FA9E0EC8D39FC3EEC0DBFE3C3307EA886B2C6D - checksum64: 6D1F3A39820A8978C6F0C9934CC766AD64F72F988EDBD73D597D84F07CA407DB + checksum32: 5D8514868D12C209F6B4533F47D20CFED0E871E4EE648FB36244504CA00ABA0A + checksum64: A2EB2811AADA9F4830281AA407231B9295DCAC4B18BDBEFC35D9DD71775110E8 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.install/tools/chocolateyInstall.ps1 b/automatic/cmake.install/tools/chocolateyInstall.ps1 index 38b04e6a3b4..4f38124f43a 100644 --- a/automatic/cmake.install/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.install/tools/chocolateyInstall.ps1 @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'msi' - file = "$toolsPath\cmake-3.19.8-win32-x86.msi" - file64 = "$toolsPath\cmake-3.19.8-win64-x64.msi" + file = "$toolsPath\cmake-3.20.1-windows-i386.msi" + file64 = "$toolsPath\cmake-3.20.1-windows-x86_64.msi" softwareName = 'CMake' silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" validExitCodes = @(0, 3010, 1641) diff --git a/automatic/cmake.portable/cmake.portable.json b/automatic/cmake.portable/cmake.portable.json index 0e28e23483a..e9c71dc295a 100644 --- a/automatic/cmake.portable/cmake.portable.json +++ b/automatic/cmake.portable/cmake.portable.json @@ -11,5 +11,5 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.0" + "3.20": "3.20.1" } diff --git a/automatic/cmake.portable/cmake.portable.nuspec b/automatic/cmake.portable/cmake.portable.nuspec index 3379d8a8b41..6e13b8d2f02 100644 --- a/automatic/cmake.portable/cmake.portable.nuspec +++ b/automatic/cmake.portable/cmake.portable.nuspec @@ -3,7 +3,7 @@ cmake.portable - 3.19.8 + 3.20.1 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake.portable chocolatey-community, dtgm CMake (Portable) diff --git a/automatic/cmake.portable/legal/VERIFICATION.txt b/automatic/cmake.portable/legal/VERIFICATION.txt index 2fec969311e..08708862d77 100644 --- a/automatic/cmake.portable/legal/VERIFICATION.txt +++ b/automatic/cmake.portable/legal/VERIFICATION.txt @@ -7,15 +7,15 @@ location on 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: F82BBFC56FE1C9F9F137991F742D09B79EC31168EF99EB67F8F4FA92276D9EFB - checksum64: 2A30877A3D6B50DA305B289F4D1C03BEFDFAEB2EDBA02A563C681E883D810380 + checksum32: 650026534E66DABE0ED6BE3422E86FABCE5FA86D43927171EA8B8DFD0877FC9D + checksum64: 9ED05401722F60E006420F5974C164795B321F0D8D8E7F2C0ED1180B5382201B The file 'LICENSE.txt' has been obtained from diff --git a/automatic/cmake.portable/tools/chocolateyInstall.ps1 b/automatic/cmake.portable/tools/chocolateyInstall.ps1 index d7bfb519265..3c16a5a28f8 100644 --- a/automatic/cmake.portable/tools/chocolateyInstall.ps1 +++ b/automatic/cmake.portable/tools/chocolateyInstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName - file = "$toolsPath\cmake-3.19.8-win32-x86.zip" - file64 = "$toolsPath\cmake-3.19.8-win64-x64.zip" + file = "$toolsPath\cmake-3.20.1-windows-i386.zip" + file64 = "$toolsPath\cmake-3.20.1-windows-x86_64.zip" destination = $toolsPath } diff --git a/automatic/cmake/cmake.json b/automatic/cmake/cmake.json index 9d8ec96b521..3dfa4874822 100644 --- a/automatic/cmake/cmake.json +++ b/automatic/cmake/cmake.json @@ -11,5 +11,5 @@ "3.17": "3.17.5", "3.18": "3.18.6", "3.19": "3.19.8", - "3.20": "3.20.0" + "3.20": "3.20.1" } diff --git a/automatic/cmake/cmake.nuspec b/automatic/cmake/cmake.nuspec index 1e00a7be3cb..e35f8e5e797 100644 --- a/automatic/cmake/cmake.nuspec +++ b/automatic/cmake/cmake.nuspec @@ -3,7 +3,7 @@ cmake - 3.19.8 + 3.20.1 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/cmake chocolatey-community, dtgm CMake @@ -44,7 +44,7 @@ For example: `choco install cmake --installargs 'ADD_CMAKE_TO_PATH=System'` * [News](https://blog.kitware.com/tag/CMake/) * [Changelog](https://www.cmake.org/download/#latest) - + diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index fe633e62978..1f6d2d8868e 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "120.3.4554-beta", + "beta": "120.3.4579-beta", "stable": "119.4.1772" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 442ff7679db..95604e6262f 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 120.3.4554-beta + 120.3.4579-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 4ed0ca72f62..c91704d2d85 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '120.3.4554' +$version = '120.3.4579' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20120.3.4554%20Offline%20Installer.exe' - checksum = 'e33c034dde51470fbcbef935816c0c2c1d931894e2ed338b6f1f0410c23a741a' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20120.3.4579%20Offline%20Installer.exe' + checksum = '8d511a6a006b815e6b2ffbebd7c6c91ca67ac1cdaff4aaa1b20573e91ee7148c' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index 799a013f68d..3f2913a1aec 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.json +++ b/automatic/kubernetes-cli/kubernetes-cli.json @@ -6,5 +6,5 @@ "1.8": "1.8.15", "1.9": "1.9.11", "1.1": "1.19.5", - "1.2": "1.20.5" + "1.2": "1.21.0" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index fa16485f980..53d504c0176 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.20.5 + 1.21.0 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/kubernetes-cli chocolatey-community,Andrei Bejenaru Kubernetes Command Line Interface (CLI) @@ -60,7 +60,7 @@ Automatically mount the storage system of your choice, whether from local storag #### Batch execution In addition to services, Kubernetes can manage your batch and CI workloads, replacing containers that fail, if desired. ]]> - https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1205 + https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1210 diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index b6255347966..cf09f383514 100644 --- a/automatic/kubernetes-cli/legal/VERIFICATION.txt +++ b/automatic/kubernetes-cli/legal/VERIFICATION.txt @@ -8,8 +8,8 @@ location on 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' @@ -18,7 +18,7 @@ and can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum32: 2E949F3F9754DB1949AFDF8139A76446AE51C50105C43674C0DD1E00D3AA76C9 - checksum64: CD3C8684245A22DAE4D222F5DF237B800B7F4D663EE42FD40DBBB6098C1CB31E + checksum32: DFD395AD4DBA99F79AF92F1EBF9724F649CB9FA306EB52955F6209E49B760AF0 + checksum64: 8AB131E6FC4FB4DE99D7EF5A1ED7B8E1DF2E868541063CB2BCF30E96243EF7CD File 'LICENSE.txt' is obtained from diff --git a/automatic/mp3tag/legal/VERIFICATION.txt b/automatic/mp3tag/legal/VERIFICATION.txt index 864509033a9..6360200b533 100644 --- a/automatic/mp3tag/legal/VERIFICATION.txt +++ b/automatic/mp3tag/legal/VERIFICATION.txt @@ -7,13 +7,13 @@ location on and can be verified by doing the following: 1. Download the following: - 32-Bit software: + 32-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: 208E1BD1CB226570A9307BF31A2F8311D7F717CAB391BD53B53B81D56C7CA27D + checksum32: 722EE331E6A7AB2EA7798AE96848330168C73D2278E52DD00D8A83C193382774 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/mp3tag/mp3tag.nuspec b/automatic/mp3tag/mp3tag.nuspec index d4109a3e0a4..6eaba0e80df 100644 --- a/automatic/mp3tag/mp3tag.nuspec +++ b/automatic/mp3tag/mp3tag.nuspec @@ -3,7 +3,7 @@ mp3tag - 3.06.2-beta + 3.06.3-beta Mp3tag chocolatey-community Florian Heidenreich diff --git a/automatic/mp3tag/tools/ChocolateyInstall.ps1 b/automatic/mp3tag/tools/ChocolateyInstall.ps1 index 7b30a594f3c..d8560e99dc8 100644 --- a/automatic/mp3tag/tools/ChocolateyInstall.ps1 +++ b/automatic/mp3tag/tools/ChocolateyInstall.ps1 @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\mp3tagv306bsetup.exe" + file = "$toolsPath\mp3tagv306csetup.exe" silentArgs = "/S" validExitCodes = @(0) } diff --git a/automatic/protoc/legal/VERIFICATION.txt b/automatic/protoc/legal/VERIFICATION.txt index 5c7137a64de..1552b1c55e5 100644 --- a/automatic/protoc/legal/VERIFICATION.txt +++ b/automatic/protoc/legal/VERIFICATION.txt @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on - 64-bit zip file: + 32-bit zip file: + 64-bit zip file: 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: BDA2449EFB497FE2885284F3DD0507CFAB95E8E08CF604813FE99F43C4DCC330 - checksum64: D592C46B83F1700DFE9588AFDD19EF4EAA0C6B114DAEB19CE26E98DF5E46C123 + checksum32: EC9081E6F0AD1B7E2737673EACBDA9A9C0046AB4A25F7B5CFCD833C419E11469 + checksum64: 43AE4E797E4A0A82E65E27ADF624C3D6F314F1ED2A18E492632A91DD3C9673C1 File 'LICENSE' is obtained from diff --git a/automatic/protoc/protoc.nuspec b/automatic/protoc/protoc.nuspec index c3bf19d1925..d7d8cb3f971 100644 --- a/automatic/protoc/protoc.nuspec +++ b/automatic/protoc/protoc.nuspec @@ -3,13 +3,13 @@ protoc - 3.15.7 + 3.15.8 Protocol Buffers Google chocolatey-community, keen, jordigg, drel https://github.com/protocolbuffers/protobuf/blob/master/LICENSE https://developers.google.com/protocol-buffers/ - https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.7 + https://github.com/protocolbuffers/protobuf/releases/tag/v3.15.8 https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/protoc https://github.com/protocolbuffers/protobuf https://developers.google.com/protocol-buffers/ diff --git a/automatic/protoc/tools/chocolateyinstall.ps1 b/automatic/protoc/tools/chocolateyinstall.ps1 index a595faa72dc..743fad509c8 100644 --- a/automatic/protoc/tools/chocolateyinstall.ps1 +++ b/automatic/protoc/tools/chocolateyinstall.ps1 @@ -4,8 +4,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ PackageName = $Env:ChocolateyPackageName - FileFullPath = "$toolsPath\protoc-3.15.7-win32.zip" - FileFullPath64 = "$toolsPath\protoc-3.15.7-win64.zip" + FileFullPath = "$toolsPath\protoc-3.15.8-win32.zip" + FileFullPath64 = "$toolsPath\protoc-3.15.8-win64.zip" Destination = $toolsPath } Get-ChocolateyUnzip @packageArgs