Skip to content

Commit

Permalink
AU: 2 updated - smartftp vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Apr 6, 2024
1 parent e91d2fa commit 9381c4a
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.3212.0</version>
<version>10.0.3213.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 = '8d885003aa204d160b3cfab01f7f686126dddc0e25d171ec7dd14bf3b369e85e'
checksum64 = '6953e2588d8302205f52694ea4aa24db2e1a9f04fb20e0daed783f7cde5d50f8'
checksum64 = 'cf5d1445f2b05a916f9c5c5cdda0bfdc7f5a468830195fa1cef5c6943c73d312'
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/v9.1.0264/gvim_9.1.0264_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0264/gvim_9.1.0264_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0271/gvim_9.1.0271_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0271/gvim_9.1.0271_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: 22F281450226EEE54B36D474D738F3F40F894DDA00FD10B7D26CF5F0AF077B95
checksum64: 4951E35419FE034A53F22EE24872D523EFB90CEF312E1DE8AC1CBB32C53D34C5
checksum32: BEEA2B5B0E5A1CF69050C88E5FF62C18278AC4F86208197ECD91D061BD663C6D
checksum64: F897A9AD99C416F191E6F8202D103D588D9DE8E0EE6D9EC26D50FC15C9FDACC1
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_9.1.0264_x86.zip"
file64 = "$toolsDir\gvim_9.1.0264_x64.zip"
file = "$toolsDir\gvim_9.1.0271_x86.zip"
file64 = "$toolsDir\gvim_9.1.0271_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>9.1.0264</version>
<version>9.1.0271</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</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 9381c4a

Please sign in to comment.