Skip to content

Commit

Permalink
AU: 1 updated - mkvtoolnix
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jun 2, 2024
1 parent 9cf75c0 commit c1959e9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
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/84.0/mkvtoolnix-32-bit-84.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/84.0/mkvtoolnix-64-bit-84.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/85.0/mkvtoolnix-32-bit-85.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/85.0/mkvtoolnix-64-bit-85.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: D04741B955389D69AFF2DFFCB83093C333C171B0657551F7973722B7844D7F19
checksum64: C126DB665FEB65BB050A1BC506A47141E1F2F66A87F1314E916282E00C5188CA
checksum32: 4DB73E3C4B69F5E6E83026ABD8093D2EB603E785B3C36D1BF3D3A99870574A67
checksum64: 94F426D9EB885C166A5EAFB4CA045AD598D6A29DD3B92DF60A19CC52843C29A2
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>84.0</version>
<version>85.0</version>
<title>MKVToolNix</title>
<owners>chocolatey-community</owners>
<authors>Moritz Bunkus</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mkvtoolnix/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'mkvtoolnix'
fileType = 'exe'
file = "$toolsPath\mkvtoolnix-32-bit-84.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-84.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-85.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-85.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down

0 comments on commit c1959e9

Please sign in to comment.