From 6a574715a6f2aa67494cd2bb48a5d664804ff919 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Wed, 15 Nov 2023 06:14:04 +0000 Subject: [PATCH] AU: 2 updated - smartftp vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/2a42a35e968d8f1d90d320a58577d110941e7423 --- automatic/smartftp/smartftp.nuspec | 2 +- automatic/smartftp/tools/chocolateyInstall.ps1 | 2 +- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 33f5ccb543c..f33b3d439a4 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3184.0 + 10.0.3185.0 SmartSoft FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client. - 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: 66784A4E1C893C95F13C757AF6CFC300F071D27EC18419B522218B5DF6750F25 - checksum64: B2F107BD66C1AFDA353A264D8541E03CB260F15224A20A8E2081A11CD1766DD9 + checksum32: A08DD537F185DA88EBD4A4890DD242886548849FA07ED525926E23972436172F + checksum64: 118F3779597AF1C7E0A286D2D5FAB6E289458E586E350BC6590696D19DCE0A21 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index b3459418393..148cf441a9e 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.2103_x86.zip" - file64 = "$toolsDir\gvim_9.0.2103_x64.zip" + file = "$toolsDir\gvim_9.0.2105_x86.zip" + file64 = "$toolsDir\gvim_9.0.2105_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index b69572ebd27..add272b9678 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.0.2103 + 9.0.2105 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.