Skip to content

Commit

Permalink
AU: 2 updated - maxthon.commandline smartftp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 28, 2019
1 parent d48d123 commit bc87b7f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/maxthon.commandline/maxthon.commandline.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>maxthon.commandline</id>
<version>5.2.7.5000</version>
<version>5.3.8.2000</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/maxthon.commandline</packageSourceUrl>
<owners>chocolatey, Maxthon International Limited</owners>
<title>Maxthon (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/maxthon.commandline/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $toolsDir = Split-Path -Parent $MyInvocation.MyCommand.Definition

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.7.5000.7z'
checksum = '913f3e413dced372fdb1f51863c02735dc1f0f375c0c905bb4ce134616291b1b'
url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.3.8.2000.7z'
checksum = 'c1c4008f3c008b5ffa28cb2b27d850d9c0a22fa85a28c16e7427c155f8368f6a'
checksumType = 'sha256'
destination = $toolsDir
}
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.2712.0</version>
<version>9.0.2713.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 = '3f28dec5d161d93633492b8bd4f826af3968a0af4c43c9b0915b3a12de32e7ee'
checksum64 = '4e030487b57f1a059089a156b96c76fdc114dd7686450486e254fdb68267f63c'
checksum = 'ffc518bf1220d35b06c4b474d91f80da5a24fd7ff1a55e2dac0f6f896f41798b'
checksum64 = 'ce9ff88cc6d96ae392db6000addf23073146609e8ad0daef274a29cf01fc8bee'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit bc87b7f

Please sign in to comment.