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 Jun 5, 2022
1 parent 970fbf5 commit ac66e09
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 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.2985.0</version>
<version>10.0.2986.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
2 changes: 1 addition & 1 deletion automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'e3e74a89cf7507ba7f59698e88fd9405eb0ef5cca1207c3c80c0169b73abeaea'
checksum64 = '7c26ba7f321406dab7705611bda6007223a431c8e1d8a3dd2929207f10271a19'
checksum64 = '47f118c949a35e01b82b8304df238196c77b0261c9756ad9fbe8a15de6cf3ebb'
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.5052/gvim_8.2.5052_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5052/gvim_8.2.5052_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5056/gvim_8.2.5056_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5056/gvim_8.2.5056_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: 5581A9FEFAF41C897B3212FB9C72BF07D99EFBD3B89691C93E47E9105FBFE970
checksum64: F27D13FB383EFD8515AB4EF36AEE897694634A17832D017A101D42F026F57893
checksum32: 3F522F9FE102C5148D89A1B2D19E1A90B631EC3ADCF32E7233B3F07053B94486
checksum64: A5C802D4EE3FC3DC3B57E8A3312C9A0A0BD0890E62F7A89FB9CF4986195FD035
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.5052_x86.zip"
file64 = "$toolsDir\gvim_8.2.5052_x64.zip"
file = "$toolsDir\gvim_8.2.5056_x86.zip"
file64 = "$toolsDir\gvim_8.2.5056_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.5052</version>
<version>8.2.5056</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 ac66e09

Please sign in to comment.