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 Oct 30, 2023
1 parent 79ab11e commit c2ae746
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/78.0/mkvtoolnix-32-bit-78.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/78.0/mkvtoolnix-64-bit-78.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/80.0/mkvtoolnix-32-bit-80.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/80.0/mkvtoolnix-64-bit-80.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: E231BFB95ECB68483B7A7A1CBFCE9CF2AFFBF105D577128289DC973293190549
checksum64: C82913525B18E6C44A25FCE3F97E6453B989178A1C0A3B6FB2F1999011F80C40
checksum32: A95FC5065004C55170E196A7583C9B47F4811E323D4C8DA4B81FD2D22404362D
checksum64: 1F9B87D90A9FB27D37EDA8961859FFE0541713287244422D488622FBDE831352
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>78.0</version>
<version>80.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-78.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-78.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-80.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-80.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down

0 comments on commit c2ae746

Please sign in to comment.