Skip to content

Commit

Permalink
AU: 1 updated - smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 8, 2017
1 parent 4b3b5b8 commit c5baf62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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</owners>
<version>8.0.2271.0</version>
<version>9.0.2402.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>
Expand Down
6 changes: 3 additions & 3 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

if ([System.Environment]::OSVersion.Version -lt (new-object 'Version' 6, 3)) {
$packageName = 'smartftp'
Expand All @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = 'f8ccfb39815a6cfaf3e397ed6c950bfe62fb81086fea7636c04e357a476cde55'
checksum64 = '272dcd5a1f034bed10619946a09d75b0f4e765d6b5bc7da543030d41a4795731'
checksum = '8f5da437133b372bac8ad16c116e3e1476c259b5f0c9c001fe08b7e522a2bf82'
checksum64 = '9582d55d69232b7e7b7525dfa9d2efb6382da577f2aef9cb7f985301c8863fbf'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit c5baf62

Please sign in to comment.