Skip to content

Commit

Permalink
AU: 3 updated - mkvtoolnix smartftp vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jun 28, 2020
1 parent df02881 commit f04f18a
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/47.0.0/mkvtoolnix-32-bit-47.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/47.0.0/mkvtoolnix-64-bit-47.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/48.0.0/mkvtoolnix-32-bit-48.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/48.0.0/mkvtoolnix-64-bit-48.0.0-setup.exe

to download the installer.

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: 51BFD90928CDB11955A870B6B0DCF13A0D21A2434D5AF0F79316F6E520C57665
checksum64: 6A46FD6E5439638D178DA9EE3D232124359BCA292704B575A18C9C3564CD627C
checksum32: 2B62DD899FC0C1782584A78606D947ECBE346F44B5B5E9D29C0103CDCD9298CA
checksum64: 8A6CE7F4B78CF1C3A482A66714DC5C8072713737AC4BAB73DE4289EC35455A3D
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>47.0.0</version>
<version>48.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2772.0</version>
<version>9.0.2773.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
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 = '15f72b64568a56a0ab50d3d4ffe4adae6b059407571ec318b0d38cd49287f270'
checksum64 = '8f2c90892e7d4a9509640947c76b9811ad8c6917900ace3cd72742f13a3b9672'
checksum = '3f91134484a782bee5057a930b6636ceb99d1c4734d88fef4706367ab1265528'
checksum64 = '322829b6caf4b3d43864ead324243c5b2152de952ab591c8b659a3ca5e90001f'
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/v8.2.1065/gvim_8.2.1065_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1065/gvim_8.2.1065_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1076/gvim_8.2.1076_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1076/gvim_8.2.1076_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: A6EB6C1C67A376793EEC65FDCDC4B6308A31FEB1A6C1067443FDF54D3D0D6F83
checksum64: AF62D8E6AAD0053F6A5AEA7DF79B5F5A38B7D1B1B6BDFF9F0B4C1F039DAD0CFD
checksum32: 8352281174BB0CB8D45159B519F4C840D5532358503D1A3A6EF2B6EB135F742A
checksum64: 5747C5BA2A2A456A814A0981BBA209DCC634B1B12843186EA9B11B8163AE091B
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_8.2.1065_x86.zip"
file64 = "$toolsDir\gvim_8.2.1065_x64.zip"
file = "$toolsDir\gvim_8.2.1076_x86.zip"
file64 = "$toolsDir\gvim_8.2.1076_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>8.2.1065</version>
<version>8.2.1076</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 f04f18a

Please sign in to comment.