Skip to content

Commit

Permalink
AU: 2 updated - chromium mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 10, 2021
1 parent 539a2aa commit e7e43f4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 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": "93.0.4571.0-snapshots",
"snapshots": "93.0.4572.0-snapshots",
"stable": "91.0.4472.124"
}
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>93.0.4571.0-snapshots</version>
<version>93.0.4572.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</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/899922/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/899919/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/900260/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/900260/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: 4C217F89486DA03417EDC820820F03CC8DC3654CB91AC9EA4A4698B459BBA425
checksum64: 08CB5C710BE933283A1D543B52C6EBFEEA0CD5775D49A92EBFA077F60B51FCD5
checksum32: 72469DF2DA07098743F41AD31B8784EA3C469686CE73294A73BE4742139051D9
checksum64: 976FE2C0F73BDB2F0AB9B31FD9A5BA0C8309EC5E47932656AFBA209C239AB276

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 = "93.0.4571.0-snapshots"
$version = "93.0.4572.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/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/58.0.0/mkvtoolnix-32-bit-58.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/58.0.0/mkvtoolnix-64-bit-58.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/59.0.0/mkvtoolnix-32-bit-59.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/59.0.0/mkvtoolnix-64-bit-59.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: 6815B1938A2ECCBD7CC098F963DF6536790D1B6CB88ED08EBD819745FE67BF2A
checksum64: 4B363BF219ABEDC8FC8558869655CB044CF78DFB5D7D06DFEFEA6F0E647F29A8
checksum32: 64210AF312C84D4E0272DE7F638D9ADAF0AABC8545879614D13BE2C7ECE32D82
checksum64: 1F87D76CC174A352C6D0BF12C5B7545AF5BD478A5E34A092258AC63C82BA595D
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>58.0.0</version>
<version>59.0.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down

0 comments on commit e7e43f4

Please sign in to comment.