From bf4174159ab81ded2f3a1c13bd639777667caa47 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Mon, 4 Nov 2024 00:22:02 +0000 Subject: [PATCH] AU: 3 updated - graphviz smartftp vim [skip ci] https://gist.github.com/choco-bot/a14b1e5bfaf70839b338eb1ab7f8226f/fa8bcb88dc17ac05be35ebe06ad68ad480eca24b --- automatic/graphviz/graphviz.nuspec | 2 +- automatic/graphviz/legal/VERIFICATION.txt | 4 ++-- automatic/graphviz/tools/chocolateyInstall.ps1 | 2 +- automatic/smartftp/smartftp.nuspec | 2 +- automatic/smartftp/tools/chocolateyInstall.ps1 | 4 ++-- automatic/vim/legal/VERIFICATION.txt | 8 ++++---- automatic/vim/tools/chocolateyinstall.ps1 | 4 ++-- automatic/vim/vim.nuspec | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/automatic/graphviz/graphviz.nuspec b/automatic/graphviz/graphviz.nuspec index 14a711429a5..27525e7c6d1 100644 --- a/automatic/graphviz/graphviz.nuspec +++ b/automatic/graphviz/graphviz.nuspec @@ -2,7 +2,7 @@ graphviz - 12.1.2 + 12.2.0 Graphviz Arif Bilgin, graphviz committers chocolatey, Jason Denizac, Friedrich von Never diff --git a/automatic/graphviz/legal/VERIFICATION.txt b/automatic/graphviz/legal/VERIFICATION.txt index 2c6987464f6..b4387ef55e5 100644 --- a/automatic/graphviz/legal/VERIFICATION.txt +++ b/automatic/graphviz/legal/VERIFICATION.txt @@ -7,7 +7,7 @@ Package can be verified like this: 1. Go to - x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.1.2/windows_10_cmake_Release_graphviz-install-12.1.2-win64.exe + x64: https://gitlab.com/api/v4/projects/4207231/packages/generic/graphviz-releases/12.2.0/windows_10_cmake_Release_graphviz-install-12.2.0-win64.exe to download the installer. @@ -15,7 +15,7 @@ Package can be verified like this: - Use powershell function 'Get-FileHash' - Use Chocolatey utility 'checksum.exe' - checksum64: 00C7623A90A80E627170EFEB860417BBADB5193576D78B8B1534FEE88F7BF10A + checksum64: C664CAC34AD43229A9F7CB9B12EFD627C876BDA7A489E9174AC9FA3A8F781796 File 'license.txt' is a copy of file 'share\license.rtf' obtained from the installation directory diff --git a/automatic/graphviz/tools/chocolateyInstall.ps1 b/automatic/graphviz/tools/chocolateyInstall.ps1 index b957250a603..fde56290822 100644 --- a/automatic/graphviz/tools/chocolateyInstall.ps1 +++ b/automatic/graphviz/tools/chocolateyInstall.ps1 @@ -5,7 +5,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $packageArgs = @{ packageName = 'graphviz' fileType = 'exe' - file64 = "$toolsPath\graphviz-12.1.2 (64-bit) EXE installer.exe" + file64 = "$toolsPath\graphviz-12.2.0 (64-bit) EXE installer.exe" silentArgs = '/S' validExitCodes = @(0) softwareName = 'Graphviz*' diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 3eb910db3e0..364e1cf74db 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.3247.0 + 10.0.3248.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: A30C01C19BF21609DA906448BB2D44B5C920E9B4C6A38AE6536E0ADB8EFB5E85 - checksum64: 4BD7325923231AEA1DC519505A4FB7DDFF9BE87FBB19792095023C1B823E50DE + checksum32: 21004F52BA0AB7A997BD337A54A6D570121866CC4734DA029F45F4CB14424B96 + checksum64: CEB9FFBF7A0137780BB9E8E159C4B80A0527E00A4522EE7423D2C1179686ED78 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 5a74d7ece47..7c481c0f98e 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.0825_x86.zip" - file64 = "$toolsDir\gvim_9.1.0825_x64.zip" + file = "$toolsDir\gvim_9.1.0837_x86.zip" + file64 = "$toolsDir\gvim_9.1.0837_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index e53930c4c50..aab41636a85 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 9.1.0825 + 9.1.0837 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.