From 7562a672d24c69bcdecb19c8c3799427d1d8fa47 Mon Sep 17 00:00:00 2001 From: Chocolatey Community Date: Fri, 18 Feb 2022 06:13:55 +0000 Subject: [PATCH] AU: 3 updated - calibre smartftp vim [skip ci] https://gist.github.com/a14b1e5bfaf70839b338eb1ab7f8226f/45e4d3de73f8db76e751de8785914bac06a204aa --- automatic/calibre/calibre.nuspec | 2 +- automatic/calibre/legal/VERIFICATION.txt | 4 ++-- automatic/calibre/tools/chocolateyInstall.ps1 | 6 +++--- 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, 16 insertions(+), 16 deletions(-) diff --git a/automatic/calibre/calibre.nuspec b/automatic/calibre/calibre.nuspec index 009d4a8ef81..6897bfa710c 100644 --- a/automatic/calibre/calibre.nuspec +++ b/automatic/calibre/calibre.nuspec @@ -4,7 +4,7 @@ calibre Calibre - 5.36.0 + 5.37.0 Kovid Goyal chocolatey-community, gep13 calibre is the one stop solution to all your e-book needs. diff --git a/automatic/calibre/legal/VERIFICATION.txt b/automatic/calibre/legal/VERIFICATION.txt index e33e32b33b7..38c2a2d0f4e 100644 --- a/automatic/calibre/legal/VERIFICATION.txt +++ b/automatic/calibre/legal/VERIFICATION.txt @@ -8,7 +8,7 @@ and can be verified by doing the following: 1. Download the following: 32-Bit software: NOT INCLUDED IN PACKAGE - 64-Bit software: + 64-Bit software: 2. Get the checksum using one of the following methods: - Using powershell function 'Get-FileHash' - Use chocolatey utility 'checksum.exe' @@ -16,6 +16,6 @@ and can be verified by doing the following: checksum type: sha256 checksum32: NOT INCLUDED IN PACKAGE - checksum64: DC88074A90D3ACAFB4C9AEB56245A5853AD3FCC10F31A77CE22EEB1FEB3A7941 + checksum64: E84F13B9130A6B379A5D26D4EAC116C392B61D37AF38592A0B48EEA38CD59EAD The file 'LICENSE.txt' has been obtained from diff --git a/automatic/calibre/tools/chocolateyInstall.ps1 b/automatic/calibre/tools/chocolateyInstall.ps1 index 36e50a6fad1..71c8ada8e8e 100644 --- a/automatic/calibre/tools/chocolateyInstall.ps1 +++ b/automatic/calibre/tools/chocolateyInstall.ps1 @@ -5,10 +5,10 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileType = 'MSI' - url = 'https://download.calibre-ebook.com/5.36.0/calibre-5.36.0.msi' - checksum = '8DF4DA4D2C617ED944375F750CF4409648FF669CFD1E764FFC1FB55BDBCF24BA' + url = 'https://download.calibre-ebook.com/5.37.0/calibre-5.37.0.msi' + checksum = '0154B758D0A4C2426BA7ECA09FD646C66F3118FA936F3C16935A0CFBEAAD057A' checksumType = 'sha256' - file64 = "$toolsPath\calibre-64bit-5.36.0.msi" + file64 = "$toolsPath\calibre-64bit-5.37.0.msi" softwareName = 'calibre*' silentArgs = '/quiet' validExitCodes = @(0, 3010, 1641) diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index c88ca4aceec..e186c09d900 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey-community - 10.0.2941.0 + 10.0.2942.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: 1D6EC875434781641188C28BA4D52D827593F7E63098852351FA7386BE1DD03B - checksum64: 34841FB280EC1506F1578E14BBEC531E180BA6EB3B4E468291041263183D15F8 + checksum32: F7309222A9C3832F5EBF27755088100275C5933D57C6CC588A64336F3FFCA682 + checksum64: 4EC3FF867A06F2465BB1CD3E008F55CC308768879BA85E42421618D18A533AF1 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index 45f13bad03c..1eaeed5db88 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.4405_x86.zip" - file64 = "$toolsDir\gvim_8.2.4405_x64.zip" + file = "$toolsDir\gvim_8.2.4411_x86.zip" + file64 = "$toolsDir\gvim_8.2.4411_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index 8970694c1fd..507a4ed6a81 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.2.4405 + 8.2.4411 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.