Skip to content

Commit

Permalink
AU: 2 updated - ketarin smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 28, 2018
1 parent f36373b commit 2be33ce
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/ketarin/ketarin.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>ketarin</id>
<version>1.8.7.20171125</version>
<version>1.8.9</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/ketarin</packageSourceUrl>
<owners>chocolatey, Canneverbe Limited</owners>
<title>Ketarin</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ketarin/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <>
and can be verified by doing the following:

1. Download the following <https://ketarin.org/downloads/Ketarin/Ketarin-1.8.7.zip>
1. Download the following <https://ketarin.org/downloads/Ketarin/Ketarin-1.8.9.zip>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: 5DF9B47503FB422B5E2979DE912D23BA933DCC2DBB213B54DDB7196B82FFD0DC
checksum: E28FECFE636D371A59C9F12FB09CA797571F573A225054108BCFD15E84335EE5

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-2.0.txt>
2 changes: 1 addition & 1 deletion automatic/ketarin/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
file = "$toolsPath\Ketarin-1.8.7.zip"
file = "$toolsPath\Ketarin-1.8.9.zip"
destination = $toolsPath
}

Expand Down
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</owners>
<version>9.0.2548.0</version>
<version>9.0.2549.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
Original file line number Diff line number Diff line change
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 = '6e0a104fbdf7135ae1fbc68d15dc7ed326d723af3235b45c99204ef6668cb41b'
checksum64 = 'ca05dd8c296b7bbe996616e52f801c6495f28fedcbcf252c85a0854ff15de480'
checksum = '8756cb2fc91ee97ae811f34f4b4a62a46e41dc5ec12b5386e1aeefffdfac18e7'
checksum64 = '43a01a9e68b1bad0a93048be5f1c22a44cd50b9aeb55b43cafa77f5c11a38f08'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit 2be33ce

Please sign in to comment.