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 Nov 15, 2023
1 parent 71e37ad commit 6a57471
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.3184.0</version>
<version>10.0.3185.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 = '2c2217ac1c8eb09eeb6bbd5bf1cb2a6f72307a8cb7708f1145c7e688f3ea6ff9'
checksum64 = '957a8dac3c62bb81dd5ff202fcc3cd036778337afa12578ee64ffb1c9cf8c076'
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.0.2103/gvim_9.0.2103_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2103/gvim_9.0.2103_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2105/gvim_9.0.2105_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.2105/gvim_9.0.2105_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: 66784A4E1C893C95F13C757AF6CFC300F071D27EC18419B522218B5DF6750F25
checksum64: B2F107BD66C1AFDA353A264D8541E03CB260F15224A20A8E2081A11CD1766DD9
checksum32: A08DD537F185DA88EBD4A4890DD242886548849FA07ED525926E23972436172F
checksum64: 118F3779597AF1C7E0A286D2D5FAB6E289458E586E350BC6590696D19DCE0A21
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.0.2103_x86.zip"
file64 = "$toolsDir\gvim_9.0.2103_x64.zip"
file = "$toolsDir\gvim_9.0.2105_x86.zip"
file64 = "$toolsDir\gvim_9.0.2105_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.0.2103</version>
<version>9.0.2105</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 6a57471

Please sign in to comment.