Skip to content

Commit

Permalink
AU: 2 updated - mkvtoolnix wesnoth
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 26, 2023
1 parent f844f8c commit b42b3f5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 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/74.0.0/mkvtoolnix-32-bit-74.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/74.0.0/mkvtoolnix-64-bit-74.0.0-setup.exe
x32: https://mkvtoolnix.download/windows/releases/75.0.0/mkvtoolnix-32-bit-75.0.0-setup.exe
x64: https://mkvtoolnix.download/windows/releases/75.0.0/mkvtoolnix-64-bit-75.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: C6321D8692B6C8EA32830239FD50EA0C9362C54B74BD5ECF16DAF2825A94DFC4
checksum64: A81595D836A677572E61B9B054733952EF2889747A64F4E6E58B54072A6C9B43
checksum32: E93824FC2DA2005696F8B6EB6D12610F3CF96224D47377EE798BC478FBBA4DD7
checksum64: 4ADB212018B466E0863DBBA34BADF52339A6B95EDCB84408E1C910B53EE3E852
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>74.0.0</version>
<version>75.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-74.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-74.0.0-setup.exe"
file = "$toolsPath\mkvtoolnix-32-bit-75.0.0-setup.exe"
file64 = "$toolsPath\mkvtoolnix-64-bit-75.0.0-setup.exe"
silentArgs = '/S'
validExitCodes = @(0)
softwareName = 'mkvtoolnix*'
Expand Down
4 changes: 2 additions & 2 deletions automatic/wesnoth/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = 'wesnoth'
fileType = 'exe'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.13/wesnoth-1.17.13-win64.exe/download'
url = 'https://sourceforge.net/projects/wesnoth/files/wesnoth/wesnoth-1.17.14/wesnoth-1.17.14-win64.exe/download'
softwareName = 'Battle for Wesnoth*'
checksum = 'd7267c5a4016e93b4014b8c26c71660b1b30cba5954d1c0d1244d629963e6918'
checksum = 'ac3d2ef760ca8dbb0ea7583e549b91cb804de8c7e29afd16547580c53ce1b59d'
checksumType = 'sha256'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.16.8",
"beta": "1.17.13-beta"
"beta": "1.17.14-beta"
}
2 changes: 1 addition & 1 deletion automatic/wesnoth/wesnoth.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>wesnoth</id>
<version>1.17.13-beta</version>
<version>1.17.14-beta</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/wesnoth</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>The Battle for Wesnoth</title>
Expand Down

0 comments on commit b42b3f5

Please sign in to comment.