From 9f368b38dda228d4c94921881965f9ae6e1fd5c9 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 11 Dec 2024 00:20:33 +0000 Subject: [PATCH] AU: 7 updated - clipboardfusion displayfusion dropbox GoogleChrome kubernetes-cli logfusion vim [skip ci] --- automatic/clipboardfusion/clipboardfusion.json | 2 +- automatic/clipboardfusion/clipboardfusion.nuspec | 2 +- automatic/clipboardfusion/legal/VERIFICATION.txt | 4 ++-- automatic/clipboardfusion/tools/chocolateyInstall.ps1 | 2 +- automatic/displayfusion/displayfusion.json | 2 +- automatic/displayfusion/displayfusion.nuspec | 2 +- automatic/displayfusion/legal/VERIFICATION.txt | 4 ++-- automatic/displayfusion/tools/chocolateyInstall.ps1 | 2 +- automatic/dropbox/dropbox.json | 2 +- automatic/dropbox/dropbox.nuspec | 2 +- automatic/dropbox/tools/chocolateyinstall.ps1 | 10 +++++----- automatic/googlechrome/googlechrome.nuspec | 2 +- automatic/googlechrome/tools/chocolateyInstall.ps1 | 6 +++--- automatic/kubernetes-cli/kubernetes-cli.json | 6 +++--- automatic/kubernetes-cli/kubernetes-cli.nuspec | 2 +- automatic/kubernetes-cli/legal/VERIFICATION.txt | 8 ++++---- automatic/logfusion/logfusion.nuspec | 2 +- automatic/logfusion/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 21 files changed, 39 insertions(+), 39 deletions(-) diff --git a/automatic/clipboardfusion/clipboardfusion.json b/automatic/clipboardfusion/clipboardfusion.json index baa711f90fc..17a10c12a2a 100644 --- a/automatic/clipboardfusion/clipboardfusion.json +++ b/automatic/clipboardfusion/clipboardfusion.json @@ -1,4 +1,4 @@ { - "stable": "6.1", + "stable": "6.2", "unstable": "6.2-Beta4" } diff --git a/automatic/clipboardfusion/clipboardfusion.nuspec b/automatic/clipboardfusion/clipboardfusion.nuspec index 868bf75c8a3..5e3720df771 100644 --- a/automatic/clipboardfusion/clipboardfusion.nuspec +++ b/automatic/clipboardfusion/clipboardfusion.nuspec @@ -3,7 +3,7 @@ clipboardfusion - 6.2-Beta4 + 6.2 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipboardfusion chocolatey-community, keithlammers, the-running-dev ClipboardFusion diff --git a/automatic/clipboardfusion/legal/VERIFICATION.txt b/automatic/clipboardfusion/legal/VERIFICATION.txt index b5e2629cdbf..d5a29de1830 100644 --- a/automatic/clipboardfusion/legal/VERIFICATION.txt +++ b/automatic/clipboardfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: 453366314EBF75626218B3AE9938D0740B90207B834FC9F133AC6B89CB3207D0 + checksum: 366D1FD41E17A3D7D38C34BDAEE3AB316DDED5506955BF3D023F21A9A101A8A3 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/clipboardfusion/tools/chocolateyInstall.ps1 b/automatic/clipboardfusion/tools/chocolateyInstall.ps1 index 75b1c8ab9dc..ac3d12a4dac 100644 --- a/automatic/clipboardfusion/tools/chocolateyInstall.ps1 +++ b/automatic/clipboardfusion/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\ClipboardFusionSetup-6.2-Beta4.exe" + file = "$toolsPath\ClipboardFusionSetup-6.2.exe" softwareName = 'clipboardfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0) diff --git a/automatic/displayfusion/displayfusion.json b/automatic/displayfusion/displayfusion.json index 2990bf62a66..ac482f206b2 100644 --- a/automatic/displayfusion/displayfusion.json +++ b/automatic/displayfusion/displayfusion.json @@ -1,4 +1,4 @@ { - "stable": "10.1.2", + "stable": "11.0", "unstable": "11.0-Beta9" } diff --git a/automatic/displayfusion/displayfusion.nuspec b/automatic/displayfusion/displayfusion.nuspec index a08c8bb8537..6734b8f8a6f 100644 --- a/automatic/displayfusion/displayfusion.nuspec +++ b/automatic/displayfusion/displayfusion.nuspec @@ -3,7 +3,7 @@ displayfusion - 11.0-Beta9 + 11.0 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/displayfusion chocolatey-community, keithlammers, the-running-dev DisplayFusion diff --git a/automatic/displayfusion/legal/VERIFICATION.txt b/automatic/displayfusion/legal/VERIFICATION.txt index a4f40e7f253..d8964ffea95 100644 --- a/automatic/displayfusion/legal/VERIFICATION.txt +++ b/automatic/displayfusion/legal/VERIFICATION.txt @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download location on and can be verified by doing the following: -1. Download the following +1. Download the following 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 - checksum: A9F96290AE02A492022943B19AA1ECF86914D58E253436ED163494F8BDE0A6C1 + checksum: 70AE318507183AC77E91528DD5E4DC56F3D26E072087BE7709AAD736D9B56DAB The file 'LICENSE.txt' has been obtained from diff --git a/automatic/displayfusion/tools/chocolateyInstall.ps1 b/automatic/displayfusion/tools/chocolateyInstall.ps1 index b3b129ffd67..a3d91694ac5 100644 --- a/automatic/displayfusion/tools/chocolateyInstall.ps1 +++ b/automatic/displayfusion/tools/chocolateyInstall.ps1 @@ -7,7 +7,7 @@ $localeTwoLetter = (Get-UICulture).TwoLetterISOLanguageName $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'exe' - file = "$toolsPath\DisplayFusionSetup-11.0-Beta9.exe" + file = "$toolsPath\DisplayFusionSetup-11.0.exe" softwareName = 'displayfusion*' silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LANG=$localeTwoLetter /STARTUPALL=1 /CONTEXTMENU=0 /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`"" validExitCodes = @(0, 1641, 3010) diff --git a/automatic/dropbox/dropbox.json b/automatic/dropbox/dropbox.json index bdabc842bb9..67149b3d91e 100644 --- a/automatic/dropbox/dropbox.json +++ b/automatic/dropbox/dropbox.json @@ -1,4 +1,4 @@ { - "beta": "214.3.5104-beta", + "beta": "214.3.5140-beta", "stable": "213.4.4597" } diff --git a/automatic/dropbox/dropbox.nuspec b/automatic/dropbox/dropbox.nuspec index 451397549ac..a1b48fae7f7 100644 --- a/automatic/dropbox/dropbox.nuspec +++ b/automatic/dropbox/dropbox.nuspec @@ -2,7 +2,7 @@ dropbox - 213.4.4597 + 214.3.5140-beta Dropbox Dropbox chocolatey-community,ferventcoder,the-running-dev diff --git a/automatic/dropbox/tools/chocolateyinstall.ps1 b/automatic/dropbox/tools/chocolateyinstall.ps1 index 2003bfcc237..3a975ad9dc6 100644 --- a/automatic/dropbox/tools/chocolateyinstall.ps1 +++ b/automatic/dropbox/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ if (!$PSScriptRoot) { } . "$PSScriptRoot\helper.ps1" -$version = '213.4.4597' +$version = '214.3.5140' if (!(IsVersionAlreadyInstalled $version)) { $stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true } @@ -13,10 +13,10 @@ if (!(IsVersionAlreadyInstalled $version)) { $packageArgs = @{ packageName = $env:ChocolateyPackageName softwareName = "Dropbox" - url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20213.4.4597%20Offline%20Installer.x86.exe' - url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20213.4.4597%20Offline%20Installer.x64.exe' - checksum = 'c026f28803ff14875bc3eb1e83dc897e914b30f93844e2e664ae1d0cefe1d718' - checksum64 = 'ffb03254c1e951afac171b456a8a04ea9d27d7d20652bc916f38883f3a8f482a' + url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5140%20Offline%20Installer.x86.exe' + url64 = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20214.3.5140%20Offline%20Installer.x64.exe' + checksum = 'c0e26e55b17773d4dfe27f89fea5da65a474a9c51504ccb5f7f3862e3f5132f2' + checksum64 = '16c3acceb6c86c339fa87e2cefe7f88ea4e3b01ba21628ecb2ed3b27784f684f' fileType = 'exe' checksumType = 'sha256' checksumType64 = 'sha256' diff --git a/automatic/googlechrome/googlechrome.nuspec b/automatic/googlechrome/googlechrome.nuspec index ded9c78fbe0..4b22154d71a 100644 --- a/automatic/googlechrome/googlechrome.nuspec +++ b/automatic/googlechrome/googlechrome.nuspec @@ -3,7 +3,7 @@ GoogleChrome - 131.0.6778.109 + 131.0.6778.140 Google Chrome chocolatey-community Google LLC. diff --git a/automatic/googlechrome/tools/chocolateyInstall.ps1 b/automatic/googlechrome/tools/chocolateyInstall.ps1 index 4e60010a0da..d4b275d84b6 100644 --- a/automatic/googlechrome/tools/chocolateyInstall.ps1 +++ b/automatic/googlechrome/tools/chocolateyInstall.ps1 @@ -1,7 +1,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition . $toolsPath\helpers.ps1 -$version = '131.0.6778.109' +$version = '131.0.6778.140' if ($version -eq (Get-ChromeVersion)) { Write-Host "Google Chrome $version is already installed." return @@ -12,8 +12,8 @@ $packageArgs = @{ fileType = 'MSI' url = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise.msi' url64bit = 'https://dl.google.com/dl/chrome/install/googlechromestandaloneenterprise64.msi' - checksum = '9dd1e0d81fefac68b694f036e0fc2338e5710d55e7627df61e2d2586a673a778' - checksum64 = '9f52a6d72435ae981b55d29356caebcefa22e8e6ee5d1468c35cf8414572b140' + checksum = '3df5cd9efa1e738abbaa6ddf132ada759b4266aeae6c76dcd7907f473108be80' + checksum64 = '03e04d817154778efda80ec6e0fcf1ab9ff6f719848e97e49fc68aaf64152b4b' checksumType = 'sha256' checksumType64 = 'sha256' silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`"" diff --git a/automatic/kubernetes-cli/kubernetes-cli.json b/automatic/kubernetes-cli/kubernetes-cli.json index aed1c00d7b8..1c35c0a2e7e 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.json +++ b/automatic/kubernetes-cli/kubernetes-cli.json @@ -18,7 +18,7 @@ "1.26": "1.26.15", "1.27": "1.27.16", "1.28": "1.28.15", - "1.29": "1.29.11", - "1.30": "1.30.7", - "1.31": "1.31.3" + "1.29": "1.29.12", + "1.30": "1.30.8", + "1.31": "1.31.4" } diff --git a/automatic/kubernetes-cli/kubernetes-cli.nuspec b/automatic/kubernetes-cli/kubernetes-cli.nuspec index 20b232fc4ad..ba3741d102e 100644 --- a/automatic/kubernetes-cli/kubernetes-cli.nuspec +++ b/automatic/kubernetes-cli/kubernetes-cli.nuspec @@ -3,7 +3,7 @@ kubernetes-cli - 1.31.3 + 1.31.4 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/kubernetes-cli chocolatey-community,Andrei Bejenaru Kubernetes Command Line Interface (CLI) diff --git a/automatic/kubernetes-cli/legal/VERIFICATION.txt b/automatic/kubernetes-cli/legal/VERIFICATION.txt index 0b793224fad..192a5a7b072 100644 --- a/automatic/kubernetes-cli/legal/VERIFICATION.txt +++ b/automatic/kubernetes-cli/legal/VERIFICATION.txt @@ -8,8 +8,8 @@ location on - 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: F0CC615AFB5FC11730A7DD363A1A6B050B17A515A1A31B7FFA92A2DBD50F4736 - checksum64: DEF9759DE71BDE8333AC66DDE44D81767D731984F36A0CA30A8ABFAD786168F5 + checksum32: 0DADE7C68DAE4510595F367D9CAED68A9405B0271B91D956D83C47391A00FF84 + checksum64: ECF924E77CB47FA886D5BA1A19418EE69A980CB7C0DB46843C339BEF289881C3 File 'LICENSE.txt' is obtained from diff --git a/automatic/logfusion/logfusion.nuspec b/automatic/logfusion/logfusion.nuspec index e0ac9d7deaa..7bfd517927e 100644 --- a/automatic/logfusion/logfusion.nuspec +++ b/automatic/logfusion/logfusion.nuspec @@ -3,7 +3,7 @@ logfusion - 6.9 + 7.0 LogFusion Binary Fortress Software https://www.logfusion.ca diff --git a/automatic/logfusion/tools/chocolateyInstall.ps1 b/automatic/logfusion/tools/chocolateyInstall.ps1 index 7c69475df7d..610f52d9b65 100644 --- a/automatic/logfusion/tools/chocolateyInstall.ps1 +++ b/automatic/logfusion/tools/chocolateyInstall.ps1 @@ -3,8 +3,8 @@ $arguments = @{ packageName = $env:ChocolateyPackageName softwareName = 'LogFusion' - url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-6.9.exe' - checksum = '98bbd44712efa2f8546d272c6371feb14f4e19c16af14d267fd7844652b337ff' + url = 'https://binaryfortressdownloads.com/Download/BFSFiles/117/LogFusionSetup-7.0.exe' + checksum = 'e41936b97f9fe15d0616059738cd5977e4af7354f7127735594efd88bea266fb' fileType = 'exe' checksumType = 'sha256' silentArgs = '/VERYSILENT /LAUNCHAFTER=0' diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index 5e6b1010467..6d53727ac6a 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: 63E195BB24BECC33A2AF491955E1A7E564F4376C1421BDE949A2194836258FC1 - checksum64: 4ED32C488CB847C5F7B6AC268FC2841BB8F77632BA2A03E5E3811366974DC09C + checksum32: 3996727435501491B07563207673FA6773C442CCE917258BE1485AE4D2BCCA76 + checksum64: D5735C0EE8C81689511C7EF612F1AF95A58A0CBCB24E08275A23887738AA433C diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index e83362948ae..f515ee8125c 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.1.0917_x86.zip" - file64 = "$toolsDir\gvim_9.1.0917_x64.zip" + file = "$toolsDir\gvim_9.1.0918_x86.zip" + file64 = "$toolsDir\gvim_9.1.0918_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index f70dfe04b87..2f398870bcd 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0917 + 9.1.0918 Bram Moolenaar, Vim Community chocolatey-community, Rob Reynolds 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.