Skip to content

Commit

Permalink
AU: 2 updated - chromium maxthon.commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 6, 2018
1 parent 4414777 commit e1bb9a6
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "73.0.3633.0-snapshots",
"stable": "70.0.3538.102"
"stable": "71.0.3578.80"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>73.0.3633.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>71.0.3578.80</version>
<title>Chromium</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/614269/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/614274/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v71.0.3578.80-r599034-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v71.0.3578.80-r599034-win64/chromium-sync.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 58A59E9D747A7A01196CCE6D97313F2AD1F3F09678214459920A2AD6F1F65D98
checksum64: 148342B8F63444EDEA8BEFD436BAB56E802DF1E5F4C6E286AE609172B57FD8EB
checksum32: BC3FEEC4A559CE44C7C0D22561C14F39FF9FBDAB453EA00E018F0F0FC07E02BA
checksum64: BF3E2F0B705D491050110A23CECA3B4D87811206FF8D337F681F75EEECD938D4

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "73.0.3633.0-snapshots"
$version = "71.0.3578.80"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
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>5.2.5.4000</version>
<version>5.2.6.1000</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
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.5.4000.7z'
checksum = 'ed36a8136ca497b1d25072f185c652c73f6969877eb2fd123d8ad1c7e96a64c4'
url = 'http://dl.maxthon.com/mx5/maxthon_portable_5.2.6.1000.7z'
checksum = 'bfc0a8e09260d9363434dcf41faa669c7fa1a77698a410887c695e42b20ced33'
checksumType = 'sha256'
destination = $toolsDir
}
Expand Down

0 comments on commit e1bb9a6

Please sign in to comment.