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 Aug 9, 2021
1 parent aba411d commit 142de38
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>10.0.2906.0</version>
<version>10.0.2907.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 = 'fdb03c40bcddc4f0224e1a8f74b9b070e4f093c90772c8b6fe29a3adf6ae4565'
checksum64 = '49915b2c8d126de13c641a51a37b036cef8bb618dfb766114010cfbc6c454e91'
checksum = '3943760a6393750327b7867a52b0581c9126abc4605248597c418c7e3988ded4'
checksum64 = '128c0fa5c6eb290e69b9e54ff871496883efc9103afe5d4bfb00e1e438599b70'
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.3313/gvim_8.2.3313_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3313/gvim_8.2.3313_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3318/gvim_8.2.3318_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.3318/gvim_8.2.3318_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: 6A1D40EE999F13D9FED8A01CFD2119D67EAF220E9CA720E9B2F7D6583A3698DE
checksum64: B684A78D753951EA8B87A75C0C127BB6A32E22026FC774D470C9C3FA0B52A5E9
checksum32: BA406989B25416BC4C577D17BCC3C0D3C01BBD51E164CD302928741EF2559A99
checksum64: A74BFC8B538957645FE0CFACD58F5E3B5E6D574920C3633DB861DB16789DB6CA
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.3313_x86.zip"
file64 = "$toolsDir\gvim_8.2.3313_x64.zip"
file = "$toolsDir\gvim_8.2.3318_x86.zip"
file64 = "$toolsDir\gvim_8.2.3318_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.3313</version>
<version>8.2.3318</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 142de38

Please sign in to comment.