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 30, 2020
1 parent eb7c083 commit e5d92cd
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.2820.0</version>
<version>9.0.2821.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 = 'e3fcd526ed1d6e29022368813380474ab604161eb64a0ed0d830b05fc67cfcb4'
checksum64 = '5ebe1295c1609a596babbfde8b05739efb03c5005e7294dba5a69f703c28df03'
checksum = '16bb7e1233b77712baba9dc5c82f83221686fc0d6eb509019f8f0a2d9496442a'
checksum64 = 'b2f846f80c35ce405fbcdb8a41be7987d51f7253bac6620732bfd2275e4002b8'
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.2241/gvim_8.2.2241_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2241/gvim_8.2.2241_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2246/gvim_8.2.2246_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2246/gvim_8.2.2246_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: 134109F83DE8C7BC717EA4A7682B19582CBF38798C5F5FEFF9DC1B4E354D37CE
checksum64: 3FA843F764E06B5B0D6521FD19FC08192F0B8A686AB844FBB45A1CA758D7632D
checksum32: 419E2B087A2A89BB2F0A029F77BC358F1B05D2DF8855C2967BE267BA703C1AF7
checksum64: 11AFF16E61B8821A4E4351F0E347054DE988BBDA7F2986889E841B42EFDAF685
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.2241_x86.zip"
file64 = "$toolsDir\gvim_8.2.2241_x64.zip"
file = "$toolsDir\gvim_8.2.2246_x86.zip"
file64 = "$toolsDir\gvim_8.2.2246_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.2241</version>
<version>8.2.2246</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 e5d92cd

Please sign in to comment.