diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index aff8271f65c..bb77fd685f6 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "156.3.4860-beta", + "beta": "156.3.4862-beta", "stable": "155.4.5493" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 4f427e86f11..5e8a3ee854b 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 156.3.4860-beta + 156.3.4862-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index e4cb3f5ca8b..717ee2f3e7a 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '156.3.4860' +$version = '156.3.4862' 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%20156.3.4860%20Offline%20Installer.x86.exe' - checksum = '9f86c2a7815815be407beed1d0cfe4f91fba25f3b4f008b4549e4c4c21b59fd3' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20156.3.4862%20Offline%20Installer.x86.exe' + checksum = '5ccfc8cd783bcb1ded56f9f40c2697cbda9772ecac82e3fb8c4baf99f1c2ae79' fileType = 'exe' checksumType = 'sha256' silentArgs = '/s' diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index a0912ea04db..48ac9ff2b6d 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.json +++ b/automatic/kubernetes-cli/kubernetes-cli.json @@ -13,5 +13,6 @@ "1.21": "1.21.14", "1.22": "1.22.13", "1.23": "1.23.10", - "1.24": "1.24.4" + "1.24": "1.24.4", + "1.25": "1.25.0" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index cb066bd6f47..65e7facb05d 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.24.4 + 1.25.0 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/CHANGELOG-1.24.md + https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.25.md diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index bc15d831b87..fca6d82e083 100644 --- a/automatic/kubernetes-cli/legal/VERIFICATION.txt +++ b/automatic/kubernetes-cli/legal/VERIFICATION.txt @@ -4,12 +4,12 @@ Verification is intended to assist the Chocolatey moderators and community in verifying that this package's contents are trustworthy. The embedded software have been downloaded from the listed download -location on +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: B8B4471E7C99C1CF6DB55A1C66F3DD88ABE86D57659A27854D15F0C47BFF99E6 - checksum64: 69BF8278EECB30535B1A48DEF4CC56863F081A94487B3682E2123D87867317E8 + checksum32: BC8E6766CA864B4305DBDB944E09418CF2A01AA69ECDBCEAD06C3F547A4EFE27 + checksum64: 84E9F5CA39920309E11C1F32FC4B10F8200A1A723C5372D6065E6DF5BA0829B2 File 'LICENSE.txt' is obtained from diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index aa4d1d32ce5..d1364e9791a 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: 950A3C1E1E4B8D46FD1DABFC33DBC890D97A54366A56121FEF72962241928B88 - checksum64: 61AD377B122BC7D832D093173B75A3335D536C7B2FEBF40970067AB02A75DAB7 + checksum32: 2C131CB291DB43178B4044949086FFF8639864D8DA9A4294A2F1C6101BE812FD + checksum64: 612532234F4A528104AD0E2D1736855645F32529FC03C43F3FF1B266AEBC70F9 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 05d15d78895..a2bb7fee5d9 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_9.0.0246_x86.zip" - file64 = "$toolsDir\gvim_9.0.0246_x64.zip" + file = "$toolsDir\gvim_9.0.0250_x86.zip" + file64 = "$toolsDir\gvim_9.0.0250_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 32d9cca62c6..dda714e3ed5 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.0246 + 9.0.0250 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.