From 859a5f2294efb8a7e220c94c9ef21a0a3ea59396 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Sat, 4 Dec 2021 00:30:39 +0000 Subject: [PATCH] AU: 4 updated - clipboardfusion Cygwin k9s vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/3195bc09422f5545300b640df04db7b978ea5774 --- automatic/clipboardfusion/clipboardfusion.json | 2 +- automatic/clipboardfusion/clipboardfusion.nuspec | 2 +- automatic/clipboardfusion/legal/VERIFICATION.txt | 4 ++-- automatic/clipboardfusion/tools/chocolateyInstall.ps1 | 2 +- automatic/cygwin/cygwin.nuspec | 4 ++-- automatic/k9s/k9s.nuspec | 4 ++-- automatic/k9s/legal/VERIFICATION.txt | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 10 files changed, 18 insertions(+), 18 deletions(-) diff --git a/automatic/clipboardfusion/clipboardfusion.json b/automatic/clipboardfusion/clipboardfusion.json index c8111a0ff09..18617aa0aae 100644 --- a/automatic/clipboardfusion/clipboardfusion.json +++ b/automatic/clipboardfusion/clipboardfusion.json @@ -1,4 +1,4 @@ { "stable": "5.9", - "unstable": "5.9.1-Beta7" + "unstable": "5.9.1-Beta8" } diff --git a/automatic/clipboardfusion/clipboardfusion.nuspec b/automatic/clipboardfusion/clipboardfusion.nuspec index 74c751b8845..c7eaf341965 100644 --- a/automatic/clipboardfusion/clipboardfusion.nuspec +++ b/automatic/clipboardfusion/clipboardfusion.nuspec @@ -3,7 +3,7 @@ clipboardfusion - 5.9.1-Beta7 + 5.9.1-Beta8 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 8a610932c49..91c46277d89 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: AEB6AA2905203709CB336F32777A2A86BA295E6510800586E60F1799D717F96B + checksum: B557AAF3AD566844ED9B20FF0930D1AA3561187659D77D9A711F4EB81998C669 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/clipboardfusion/tools/chocolateyInstall.ps1 b/automatic/clipboardfusion/tools/chocolateyInstall.ps1 index c9b4122c1ae..e5768094e06 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-5.9.1-Beta7.exe" + file = "$toolsPath\ClipboardFusionSetup-5.9.1-Beta8.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/cygwin/cygwin.nuspec b/automatic/cygwin/cygwin.nuspec index f247b13ce36..77904aee22f 100644 --- a/automatic/cygwin/cygwin.nuspec +++ b/automatic/cygwin/cygwin.nuspec @@ -4,7 +4,7 @@ Cygwin Cygwin - 3.3.2 + 3.3.3 Red Hat, Inc. chocolatey-community A Linux environment for Windows. @@ -39,7 +39,7 @@ Example: `choco install cygwin --params "/InstallDir:C:\your\install\path /NoSta false https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c8d48758cdc18d43e6c1525824720377c8b9ba24/icons/Cygwin.png -[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2021-November/010291.html) +[Software Changelog](https://cygwin.com/pipermail/cygwin-announce/2021-December/010338.html) [Package Changelog](https://github.com/chocolatey/chocolatey-coreteampackages/blob/master/automatic/cygwin/Changelog.md) https://cygwin.com/lists.html diff --git a/automatic/k9s/k9s.nuspec b/automatic/k9s/k9s.nuspec index 6dc80c3c85d..cf0186873b5 100644 --- a/automatic/k9s/k9s.nuspec +++ b/automatic/k9s/k9s.nuspec @@ -3,7 +3,7 @@ k9s - 0.25.7 + 0.25.8 https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/k9s chocolatey-community,Matteo Dell'Aquila (moebius87) k9s: Kubernetes CLI To Manage Your Clusters In Style! @@ -53,7 +53,7 @@ Customize/Arrange which columns to display on a per resource basis. * Resource Graph Traversals * K9s provides for easy traversal of Kubernetes resources and their associated resources. ]]> - https://github.com/derailed/k9s/blob/v0.25.7/change_logs/release_v0.25.7.md + https://github.com/derailed/k9s/blob/v0.25.8/change_logs/release_v0.25.8.md diff --git a/automatic/k9s/legal/VERIFICATION.txt b/automatic/k9s/legal/VERIFICATION.txt index d3a33c8606a..41f6a2243db 100644 --- a/automatic/k9s/legal/VERIFICATION.txt +++ b/automatic/k9s/legal/VERIFICATION.txt @@ -6,7 +6,7 @@ in verifying that this package's contents are trustworthy. The embedded software can be verified by doing the following: 1. Download the following: - 64-bit software: + 64-bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' @@ -15,6 +15,6 @@ The embedded software can be verified by doing the following: 3. The checksums should match the following: checksum type: sha256 - checksum64: D81471CF81A65B8925F1E3B032A4CD2F5990DED84BACB16E1079961111A6C847 + checksum64: BC20110AAE7A5110C13A3018F1CEA8315DF172D024266BD6F18BA305333DF9CE The file 'LICENSE.txt' has been obtained from diff --git a/automatic/vim/legal/VERIFICATION.txt b/automatic/vim/legal/VERIFICATION.txt index fc9e3f57f40..a32f9fe716f 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: B17B86C29BFC8ABE36B96FA3AB43A1084B65AABFC4D14494EFE97DF3970CFA31 - checksum64: 46F3E6F914C65C77B8EFE2844B73F7950BA8E5032CD39AFB501FC6ABAB0CA22F + checksum32: 47D4E37FD1827D5C3DB3DB5A1B0D767B61EC9583E0FCCA8C1A77C20A454EFFE1 + checksum64: 38ADA24DC13BC00C61156B03A965CB599E45A4C2C74820709CCBA0AB1D22DE8C diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 28f3c18a632..a7efebe86e8 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.3724_x86.zip" - file64 = "$toolsDir\gvim_8.2.3724_x64.zip" + file = "$toolsDir\gvim_8.2.3732_x86.zip" + file64 = "$toolsDir\gvim_8.2.3732_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index b00b8daf258..4d3923b1cb9 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.3724 + 8.2.3732 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.