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 Jan 27, 2022
1 parent e1bff52 commit e38283b
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
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.1000</version>
<version>6.1.3.1001</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
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.1000_x86.zip'
checksum = 'f5c58d3f56932b11c91e6b358c061f865746903ce9fa6096db77a1a95d1b7b46'
url = 'https://dl.maxthon.com/mx6/maxthon_portable_6.1.3.1001_x86.zip'
checksum = 'd0a229e8d1a369a43552fda77e70ba80c5c4ce37f0d686d2260f8d32d32c2271'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit e38283b

Please sign in to comment.