diff --git a/automatic/chromium/chromium.json b/automatic/chromium/chromium.json index 6b99f2ccc17..f8f515693e8 100644 --- a/automatic/chromium/chromium.json +++ b/automatic/chromium/chromium.json @@ -1,4 +1,4 @@ { - "snapshots": "99.0.4840.0-snapshots", + "snapshots": "99.0.4841.0-snapshots", "stable": "97.0.4692.71" } diff --git a/automatic/chromium/chromium.nuspec b/automatic/chromium/chromium.nuspec index bec675bbcdd..5f1d944af4c 100644 --- a/automatic/chromium/chromium.nuspec +++ b/automatic/chromium/chromium.nuspec @@ -3,7 +3,7 @@ chromium - 99.0.4840.0-snapshots + 99.0.4841.0-snapshots Chromium Snapshots chocolatey-community The Chromium Authors diff --git a/automatic/chromium/legal/VERIFICATION.txt b/automatic/chromium/legal/VERIFICATION.txt index e56b4442255..f07d6575cd9 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: F89946DE75A8B367F9D0DE1C1A95291B1D3A42289E8E4F5AA32743DB4377E55C - checksum64: 559CBD03C6D5C218728B313B7534C6B7869104BA0FDB51B9B8751539981FC681 + checksum32: B3D1958860F06F0D82B33AF01CFD369444335841BFEB114B58C3500F4C092A85 + checksum64: 2F2D7E7DB30501C97FA8CE71AFDE4F0A15A861D82C02F90CB7A398AC795DC7AD The file 'LICENSE.txt' has been obtained from diff --git a/automatic/chromium/tools/chocolateyInstall.ps1 b/automatic/chromium/tools/chocolateyInstall.ps1 index d9c815502f2..192d565cf1d 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 = "99.0.4840.0-snapshots" +$version = "99.0.4841.0-snapshots" $hive = "hkcu" $chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium" $Chromium = $hive + ":" + $chromium_string diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index dc217b51aa2..95cf57179ef 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { "beta": "140.3.1928-beta", - "stable": "139.4.4896" + "stable": "140.4.1951" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index dab18dc2e05..8d97fc91ffc 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 140.3.1928-beta + 140.4.1951 Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 048428018f1..e9d987efcc4 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '140.3.1928' +$version = '140.4.1951' 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%20140.3.1928%20Offline%20Installer.exe' - checksum = '95b95675cbbe9defe5ce32f66f493dd5fc1820d02121d4c047bab11c8f4971a0' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20140.4.1951%20Offline%20Installer.exe' + checksum = 'fd6c6f00a666d9244aaee0cf152db6624b837ee23e7f681ae85cebd8e6a7408f' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index 37271d11dc9..ed696d03ce5 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.23.1" + "1.2": "1.23.2" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index f2d2dfa1f7b..91b4382da9e 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.23.1 + 1.23.2 https://github.com/chocolatey-community/chocolatey-packages/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#v1231 + https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-1.2.md#v1232 diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index 0b76851ce84..4e7a33c21b7 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: 55DB967F43FB96D9249B12E5D4E131B3D0C9ECC21A63C87C3217A87EFF56A3B5 - checksum64: 43358173DC3F3333451A6FE14D859579AAC7DCB13E1AE628D8BDC1F5C9B5D639 + checksum32: 0517E68918E575027347505D25D02BD18D9A514920326AC6F7ABA27687ED5953 + checksum64: ACDC8C9DC2FD15E68F994206A8C45B18544450AEE0AC4AEB43434EE3ECD154F7 File 'LICENSE.txt' is obtained from diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 80d1e3d8441..d1f97d36360 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: BA34D9D9ADF7943CC8CB308FB79F5F7D273ED12133F7569C64C0D76B789ECCC0 - checksum64: CE4D3CBAFBBE1F82767E63BF11DDBAD9E26656D1D13FBB1025BBF54ACB3BBC89 + checksum32: 577CAA50CA9B97E8EBB2E1F97A646B115C36B36490A7CA0AF6C79FE9EE15DEB4 + checksum64: 4CB5BEE52CBF4C5A35C9E6FDB8A1992B22E9FE4ECA60EC1710C5261BB1DB8C15 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index fff15fda29d..e1c709cc8ed 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.4141_x86.zip" - file64 = "$toolsDir\gvim_8.2.4141_x64.zip" + file = "$toolsDir\gvim_8.2.4148_x86.zip" + file64 = "$toolsDir\gvim_8.2.4148_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index d5cb75e48ca..94632f6546c 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4141 + 8.2.4148 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.