Skip to content

Commit

Permalink
AU: 2 updated - chromium mpc-hc-clsid2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 17, 2019
1 parent 59d861e commit 4c97756
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "75.0.3736.0-snapshots",
"snapshots": "75.0.3737.0-snapshots",
"stable": "73.0.3683.75"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>75.0.3736.0-snapshots</version>
<version>75.0.3737.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
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/641404/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/641407/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/641467/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/641467/mini_installer.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: DD56C8F6067EF04D9AC1C5AE6E24143DD6FD5A1543A2FFB002B2EF9741D4DD46
checksum64: 8AE8497E6B0E459C513406C86450A86AA2619BB74519E46924D0C0EEC78A682E
checksum32: F8E85CECF58B588479107DF43550A441984250A4D4CAF1E3B473AE23741E26BB
checksum64: C2ADD5E4B88F66D18FC8FA04331F982447E18732DA0DF7A08694761DE2B0BC5B

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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "75.0.3736.0-snapshots"
$version = "75.0.3737.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/mpc-hc-clsid2/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/clsid2/mpc-hc/releases>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.4/MPC-HC.1.8.4.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.4/MPC-HC.1.8.4.x64.exe>
32-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.5/MPC-HC.1.8.5.x86.exe>
64-Bit software: <https://github.com/clsid2/mpc-hc/releases/download/1.8.5/MPC-HC.1.8.5.x64.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: 533F11AC8BC702F67D477432EAE11B957EA4A314A92EEC06640B99D3D4970D51
checksum64: DAE14861156C0B014BB5F4ED1FEC242C06E747CB163A7306E3500BC4583C3178
checksum32: 6EC85DCAE246C447C29EE14F82382EE36A05681E26B200637A5BF689BE7CA7FC
checksum64: 0BEDF3FBB5F8F128AFBB69A2BE6C7732C8CA85FECED6DE8366D3AA044B39EDAB

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl.txt>
2 changes: 1 addition & 1 deletion automatic/mpc-hc-clsid2/mpc-hc-clsid2.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>mpc-hc-clsid2</id>
<version>1.8.4</version>
<version>1.8.5</version>
<title>MPC-HC (fork by clsid2)</title>
<owners>chocolatey,jack1142</owners>
<authors>clsid2, MPC-HC Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mpc-hc-clsid2/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\MPC-HC.1.8.4.x86.exe"
file64 = "$toolsPath\MPC-HC.1.8.4.x64.exe"
file = "$toolsPath\MPC-HC.1.8.5.x86.exe"
file64 = "$toolsPath\MPC-HC.1.8.5.x64.exe"
softwareName = 'MPC-HC*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down

0 comments on commit 4c97756

Please sign in to comment.