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 committed Jun 24, 2020
1 parent 6965533 commit 9eee6b0
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</owners>
<version>9.0.2771.0</version>
<version>9.0.2772.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 = 'a2ee06546780ea2dbb1b1d7c19f31396137a9fc461063cccf702cb8f6661a2bd'
checksum64 = 'c46fc5915f0251caf5553472542a04d15bed6aca2763938e6f3b58c8490db6e4'
checksum = '15f72b64568a56a0ab50d3d4ffe4adae6b059407571ec318b0d38cd49287f270'
checksum64 = '8f2c90892e7d4a9509640947c76b9811ad8c6917900ace3cd72742f13a3b9672'
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.1042/gvim_8.2.1042_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1042/gvim_8.2.1042_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1045/gvim_8.2.1045_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1045/gvim_8.2.1045_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: 8916B2081275395AA3A17DBD94935C4EF115375EAA170EB5CBC37BA658102E6C
checksum64: D9955A8F71F1062AFE76743B2201D7FD36EBF3CF1C2FA9CA512B9831051C5AC3
checksum32: AACC9996F22E9D60B859BCF3DD1CCD24455D722C9A0A3B2717F0224C4BF29C87
checksum64: 5AEA3C448DD102361A0DF174AEF595F36EEA2201F18293E3EE0B037A02BBA917
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.1042_x86.zip"
file64 = "$toolsDir\gvim_8.2.1042_x64.zip"
file = "$toolsDir\gvim_8.2.1045_x86.zip"
file64 = "$toolsDir\gvim_8.2.1045_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.1042</version>
<version>8.2.1045</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, 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 9eee6b0

Please sign in to comment.