Skip to content

Commit

Permalink
AU: 1 updated - maxthon.commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 1, 2018
1 parent aa93852 commit 376b422
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion automatic/maxthon.commandline/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/75a4f3acb5fdff5fb229650e2349925603a7743b/icons/maxthon.png" height="48" width="48" /> Maxthon (Portable)](https://chocolatey.org/packages/maxthon.commandline)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@75a4f3acb5fdff5fb229650e2349925603a7743b/icons/maxthon.png" height="48" width="48" /> Maxthon (Portable)](https://chocolatey.org/packages/maxthon.commandline)

Maxthon is a state-of-the-art, multi-platform web browser that regularly outperforms other top browsers and offers users a seamless browsing and sharing experience. Thanks to our supporters, Maxthon is a global phenomenon: a community of friends, colleagues
and fans who believe surfing the web should be fast and fun.
Expand Down
4 changes: 2 additions & 2 deletions automatic/maxthon.commandline/maxthon.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>maxthon.commandline</id>
<version>5.2.4.3000</version>
<version>5.2.5.2000</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/maxthon.commandline</packageSourceUrl>
<owners>chocolatey, Maxthon International Limited</owners>
<title>Maxthon (Portable)</title>
<authors>Maxthon International Limited</authors>
<projectUrl>http://www.maxthon.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/75a4f3acb5fdff5fb229650e2349925603a7743b/icons/maxthon.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@75a4f3acb5fdff5fb229650e2349925603a7743b/icons/maxthon.png</iconUrl>
<copyright>1999–2012 Maxthon International Limited. All Rights Reserved.</copyright>
<licenseUrl>http://www.maxthon.com/user-agreement/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
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.4.3000.7z'
checksum = '1feb4ff4d9dc392ef372ff551bcc44d0e1cf40d78accecf4cb591a7d01d0f28f'
url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.5.2000.7z'
checksum = '59ed97239be6a7950ff86e99f77daf491dff47e5e2fe3d005eb6ae2963231eed'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 376b422

Please sign in to comment.