Skip to content

Commit

Permalink
AU: 2 updated - mkvtoolnix vim
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed May 23, 2022
1 parent 8805761 commit 775683c
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 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/67.0.0/mkvtoolnix-32-bit-67.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/67.0.0/mkvtoolnix-64-bit-67.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/68.0.0/mkvtoolnix-32-bit-68.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/68.0.0/mkvtoolnix-64-bit-68.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: 7E394A9365BE97C7E35C4C51BB701F87F31D9C4D5FBF941A3222E84B9614F73A
checksum64: D2635E9DDACEC0596F42A4B065F2B5159DBF055D701395497AB40373ABF99474
checksum32: 61987D8C9F8DD75DB8335F388C52B7F1019C1AAD1F68BBC0A0810ED27419B203
checksum64: 7E2748A5DCAA2562F6B90F10FCFDC18B929BF0AC2C3EB9B8B93FB466648CF50F
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>67.0.0</version>
<version>68.0.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-67.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-67.0.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-68.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-68.0.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4987/gvim_8.2.4987_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.4987/gvim_8.2.4987_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5006/gvim_8.2.5006_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.5006/gvim_8.2.5006_x64.zip>
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: 450AD323987F3237A947A42F2CCBD2B99CBC5F0891AFAA352D08D6B9DF23A7A5
checksum64: 684458E283F5EBE4337BDD2EF76604144D617D95006697FEC212E6A1155AB740
checksum32: 3BE2CE0C6347E0CC6C8DADD5199B3245170277F8D66752755C3783FE38359295
checksum64: 54749FF78E66A8B4167F9CB860C29785C853A91A3FD8AE07106DD15E32DFCD02
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.4987_x86.zip"
file64 = "$toolsDir\gvim_8.2.4987_x64.zip"
file = "$toolsDir\gvim_8.2.5006_x86.zip"
file64 = "$toolsDir\gvim_8.2.5006_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.4987</version>
<version>8.2.5006</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 775683c

Please sign in to comment.