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 Aug 23, 2018
1 parent f69ee78 commit 75ed0bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3.6000</version>
<version>5.2.4.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>
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.3.6000.7z'
checksum = '9dee3256aa712defab63ca83dcf45b8de62b08bac577d0fa49c93e7463237804'
url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.4.2000.7z'
checksum = 'ee28c76d2b31963026897192ba6ce9f7ed89e6722ecfa090187bb17690ba3b5c'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 75ed0bc

Please sign in to comment.