Skip to content

Commit

Permalink
AU: 2 updated - smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 24, 2020
1 parent 3934d75 commit 297d1dd
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>9.0.2818.0</version>
<version>9.0.2819.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '08114c66bc45aa28ca66ec20cff52703c44dd7b489be85c6204802276d971e8d'
checksum64 = '8dcd4f90cfade0ffea8c985f89bb60449ae679738e478e628fd596c894b6d2c9'
checksum = 'd952b970762c9b8f5e879857fe841109669a609f58f1ad7cfd9396a554239f26'
checksum64 = '504d6da3468f6b5aa62b0f745a40c4a6c011f45cafa9a8095094b156f6618654'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2195/gvim_8.2.2195_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2195/gvim_8.2.2195_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2202/gvim_8.2.2202_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2202/gvim_8.2.2202_x64.zip>
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: 97FD5DD71C127F8DF18E2AFC00E6B88BFD5A338878DE2212B5B62F6D76E6A5EE
checksum64: E21078F5B6EF4CBEDD36A7A3DDAECCF0ED1A2F95298285A3841969F021673A46
checksum32: F636899F195B21D5FC24BB42D3D7E663188D0935C4CF1CDE56463ADEFE24AEA8
checksum64: C4F08D4E11F7CC58914F23A17811CF25A2605989D6C816BC1E7F8EA2CE6A6618
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.2195_x86.zip"
file64 = "$toolsDir\gvim_8.2.2195_x64.zip"
file = "$toolsDir\gvim_8.2.2202_x86.zip"
file64 = "$toolsDir\gvim_8.2.2202_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.2195</version>
<version>8.2.2202</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>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.</summary>
Expand Down

0 comments on commit 297d1dd

Please sign in to comment.