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 Oct 10, 2022
1 parent 2f51ff7 commit b8ad22b
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
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey-community</owners>
<version>10.0.3014.0</version>
<version>10.0.3015.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
Expand Up @@ -13,7 +13,7 @@ $packageArgs = @{
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '9ad181aa760e5feaf19a653f29fae3b2b5e891a47b8a4ab8d6edb166351b00c1'
checksum64 = 'e9d55d01b71d646422bd6dc5cc38a1299d547e7cf3afb8bcc70952d71839a0fa'
checksum64 = '1ef258e5cc7776771edbd47ef49f4b2197c04bc6be732e93b758ab0d3345639c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
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.0701/gvim_9.0.0701_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0701/gvim_9.0.0701_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0709/gvim_9.0.0709_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.0.0709/gvim_9.0.0709_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: 1CF18CF1501571FB34F69D2F199E142A2CBFB2DA911114D42DFE3512CE5E1B73
checksum64: E95300C3A58F2C137C913B12C094E948546049022C2374B8A395D86129EDE6DB
checksum32: 83529758DB92039AA6BFBB60513112C04FE65C8D9B334D7D9BAE0CBE87DFC3FD
checksum64: BDBDEFD40149692A55F47846EFF80F385E5A76BEEE9D9C63F019D7ECEB566290
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.0.0701_x86.zip"
file64 = "$toolsDir\gvim_9.0.0701_x64.zip"
file = "$toolsDir\gvim_9.0.0709_x86.zip"
file64 = "$toolsDir\gvim_9.0.0709_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.0.0701</version>
<version>9.0.0709</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 b8ad22b

Please sign in to comment.