Skip to content

Commit

Permalink
AU: 2 updated - chromium mkvtoolnix
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Feb 24, 2018
1 parent 4e75f76 commit 3a51544
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>66.0.3355.0-snapshots</version>
<title>Chromium Snapshots</title>
<version>64.0.3282.186</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
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/538988/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/538985/mini_installer.exe>
32-Bit software: <https://github.com/henrypp/chromium/releases/download/v64.0.3282.186-r520840-win32/chromium-sync.exe>
64-Bit software: <https://github.com/henrypp/chromium/releases/download/v64.0.3282.186-r520840-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: E0EA23D818A041CCBB6D79379122F3D1CD6A50D68B8D0A13768306113EEA8564
checksum64: 2B75121B58D6A5B93F8900088E629501C2DC4069E84AECA442771CF581743229
checksum32: 8C054B0652CD2806675E6E0B23FABEAE0EF24E17E060DCF6D08BC25CDAB9D58D
checksum64: B21783AA7FFFA7FE7C1FFC55429C234661A6D0372389D7AC094310566B50C3D3

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 = "66.0.3355.0-snapshots"
$version = "64.0.3282.186"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
8 changes: 4 additions & 4 deletions automatic/mkvtoolnix/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Package can be verified like this:

1. Go to

x32: https://mkvtoolnix.download/windows/releases/20.0.0/mkvtoolnix-32-bit-20.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/20.0.0/mkvtoolnix-64-bit-20.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/21.0.0/mkvtoolnix-32-bit-21.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/21.0.0/mkvtoolnix-64-bit-21.0.0-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: FF5986510491F7951BA4AA82F3BE042EF50E9B186E3EE2E2B069413F87323583
checksum64: CDE9CA7D83BF84F4A7CE391BE33D72DAE93E1C20D2FA939D67EE4EE84D2396D0
checksum32: F2E58E6D3AE140733F7E75FB0C0B765BC71C170A62B96B0184FE90A91C76C60A
checksum64: F2D6354E4B2FEDD14BA50391BD6E968FCE318F3FEAA59A673D500DB45C54E92C
2 changes: 1 addition & 1 deletion automatic/mkvtoolnix/mkvtoolnix.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mkvtoolnix</id>
<version>20.0.0</version>
<version>21.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey</owners>
<authors>Moritz Bunkus</authors>
Expand Down

0 comments on commit 3a51544

Please sign in to comment.