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 Jan 2, 2021
1 parent 36a03b8 commit a1ed6f2
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.2824.0</version>
<version>9.0.2825.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 = '03a780979abac36b30481eacadb0865c35d050021b734a805690bb4e21cc15c1'
checksum64 = '0449a98403c2f5484ac636a0d738ba73791fd5291ff51e23a47a0670689274bf'
checksum = '2495a163a4ad2007c5b66f44ca3ab42947de9fa23cca568565cfeeaf3d8e96f5'
checksum64 = '63fcf2756cc93e9e2724d11258f28df2c5bcd15062f3d9e00bef14c7e6bc72d6'
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.2257/gvim_8.2.2257_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2257/gvim_8.2.2257_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2269/gvim_8.2.2269_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.2269/gvim_8.2.2269_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: 8909FEF4B2E029F87D926D80BA1352A2866A070184C26175D3F3855F24736DE9
checksum64: 0D065AF13F06195E90CD90E88956BA13878D71F332B0CB3ACC3BFD44FF74BA5C
checksum32: D18E557D4CADDE91BD9686D3BF427DF5BF32402AFA63A35D12E3C49C114BD2E0
checksum64: C9D1AA22D06637A6DBA97498FE78304A91B95C4BCF3F8FA1A4C722A7260E586C
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.2257_x86.zip"
file64 = "$toolsDir\gvim_8.2.2257_x64.zip"
file = "$toolsDir\gvim_8.2.2269_x86.zip"
file64 = "$toolsDir\gvim_8.2.2269_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.2257</version>
<version>8.2.2269</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 a1ed6f2

Please sign in to comment.