diff --git a/automatic/peazip.install/legal/VERIFICATION.txt b/automatic/peazip.install/legal/VERIFICATION.txt index 1077016a2cf..ee5514a0edc 100644 --- a/automatic/peazip.install/legal/VERIFICATION.txt +++ b/automatic/peazip.install/legal/VERIFICATION.txt @@ -6,15 +6,15 @@ The installer have been downloaded from the alternative GitHub mirror listed on and can be verified like this: 1. Download the following installers: - 32-Bit: - 64-Bit: + 32-Bit: + 64-Bit: 2. You can use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum32: 43A21A5409436E6554A648DAE2854C5F03B03806C3D69FEC736C38B5A0D056AC - checksum64: CD2F91B4E2ED1DFC4C006593F79950A3154B62320BD9F1562A8C830213904DFC + checksum32: E33EE38EA23AAE939575A8E51CBE9AE4BECBD61B2644326885504AB9F861A68B + checksum64: CC2698AE68AD6E660E9E7A3EC14C216E63B683F57321E4BCF781913A23CB7AFE The included 'LICENSE.txt' file have been obtained from and should be the correct license as mentioned on their project page . diff --git a/automatic/peazip.install/peazip.install.nuspec b/automatic/peazip.install/peazip.install.nuspec index c9d732c6132..74b75c09a09 100644 --- a/automatic/peazip.install/peazip.install.nuspec +++ b/automatic/peazip.install/peazip.install.nuspec @@ -3,7 +3,7 @@ peazip.install PeaZip (Install) - 6.9.2 + 7.0.0 Giorgio Tani chocolatey,dtgm PeaZip is a free cross-platform file archiver. diff --git a/automatic/peazip.install/tools/chocolateyinstall.ps1 b/automatic/peazip.install/tools/chocolateyinstall.ps1 index f3ab7c002ee..ca5b1b4498c 100644 --- a/automatic/peazip.install/tools/chocolateyinstall.ps1 +++ b/automatic/peazip.install/tools/chocolateyinstall.ps1 @@ -3,8 +3,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ - file = "$toolsDir\peazip-6.9.2.WINDOWS.exe" - file64 = "$toolsDir\peazip-6.9.2.WIN64.exe" + file = "$toolsDir\peazip-7.0.0.WINDOWS.exe" + file64 = "$toolsDir\peazip-7.0.0.WIN64.exe" fileType = 'exe' packageName = 'peazip.install' softwareName = 'PeaZip' diff --git a/automatic/peazip/peazip.nuspec b/automatic/peazip/peazip.nuspec index 6c0bd3165e9..6d9113ec60f 100644 --- a/automatic/peazip/peazip.nuspec +++ b/automatic/peazip/peazip.nuspec @@ -3,7 +3,7 @@ peazip PeaZip - 6.9.2 + 7.0.0 Giorgio Tani chocolatey,dtgm PeaZip is a free cross-platform file archiver. @@ -27,7 +27,7 @@ Features of PeaZip includes extract, create and convert multiple archives at onc https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a09d7c32df1ac4b8028df11d2b2b5196b8de2435/icons/peazip.svg [PeaZip changelog](http://www.peazip.org/changelog.html) - + diff --git a/automatic/smartftp/smartftp.nuspec b/automatic/smartftp/smartftp.nuspec index 11dcd49c35e..696e72b0888 100644 --- a/automatic/smartftp/smartftp.nuspec +++ b/automatic/smartftp/smartftp.nuspec @@ -5,7 +5,7 @@ smartftp SmartFTP chocolatey - 9.0.2725.0 + 9.0.2726.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: 6C52DA83C82D5ADD531676AEDBF6FF301AB6E422B935B52BC09CEDA5D2B030C2 - checksum64: 4FB493A65115BC372C443826859F7CC59DC0A5B36C2DE51BD522AFD48352E5E8 + checksum32: A75ECED201525F6C6B19C2D1FC387B2E4145110C92C34CF55921B03A154B4CFB + checksum64: 26CF66A2AA935812AAF11E8616B01285167C693012D01231BFC15B30A6798E41 diff --git a/automatic/vim/tools/chocolateyinstall.ps1 b/automatic/vim/tools/chocolateyinstall.ps1 index be81acb42f2..f99551c48c2 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.1.2361_x86.zip" - file64 = "$toolsDir\gvim_8.1.2361_x64.zip" + file = "$toolsDir\gvim_8.1.2380_x86.zip" + file64 = "$toolsDir\gvim_8.1.2380_x64.zip" } $installArgs = @{ diff --git a/automatic/vim/vim.nuspec b/automatic/vim/vim.nuspec index ac093497fdb..24e85cf6c39 100644 --- a/automatic/vim/vim.nuspec +++ b/automatic/vim/vim.nuspec @@ -3,7 +3,7 @@ vim Vim - 8.1.2361 + 8.1.2380 Bram Moolenaar, Vim Community chocolatey, 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.