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 Community committed Jun 14, 2022
1 parent 0101392 commit 8567fe0
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>6.1.3.2020</version>
<version>6.1.3.3000</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/maxthon.commandline</packageSourceUrl>
<owners>chocolatey-community, 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 = 'https://dl.maxthon.com/mx6/maxthon_portable_6.1.3.2020_x86.zip'
checksum = 'c252f5d0a88341382fbc0856c528d2a0524477c84c0f401ebe2ec0c3f8a25cdd'
url = 'https://dl-space.maxthon.com/mx6/space/maxthon_portable_6.1.3.3000_x86.zip'
checksum = '82e15a71d84ad0ead5b737d3dad25379815529ca2726fb34351f1df343e37a96'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit 8567fe0

Please sign in to comment.