Skip to content

Commit

Permalink
AU: 2 updated - mediainfo mediainfo-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 30, 2023
1 parent 3b1abb8 commit 291556b
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions automatic/mediainfo-cli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://mediaarea.net/download/binary/mediainfo/23.10/MediaInfo_CLI_23.10_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/23.10/MediaInfo_CLI_23.10_Windows_x64.zip>
32-Bit: <https://mediaarea.net/download/binary/mediainfo/23.11/MediaInfo_CLI_23.11_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/23.11/MediaInfo_CLI_23.11_Windows_x64.zip>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: E0689430B49CB8AEBE01DED5547BA2767FBFE3043481BCB9BCA24C690E3FCC0E
checksum64: 3D5E3323128BDBB102D2DB53D2E9176A025C9B0E73D2BB39134B455F66BFA3AE
checksum32: 721A662B49A820FB85A4AE91893684DFF4F9D9138514663CF6A751662EA1992D
checksum64: 84EA4DB2F20C9A84F113AC566DB6B9ACE4737BB07D2997431B196E4F125DEACE

File 'LICENSE.txt' is obtained from <https://mediaarea.net/en/MediaInfo/License>
2 changes: 1 addition & 1 deletion automatic/mediainfo-cli/mediainfo-cli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>23.10</version>
<version>23.11</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/mediainfo-cli/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\MediaInfo_CLI_23.10_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_23.10_Windows_x64.zip"
file = "$toolsdir\MediaInfo_CLI_23.11_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_23.11_Windows_x64.zip"
validExitCodes = @(0)
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/mediainfo/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ The installer have been downloaded from their official download link listed on <
and can be verified like this:

1. Download the following installers:
32-Bit: <https://mediaarea.net/download/binary/mediainfo-gui/23.10/MediaInfo_GUI_23.10_Windows.exe>
32-Bit: <https://mediaarea.net/download/binary/mediainfo-gui/23.11/MediaInfo_GUI_23.11_Windows.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 5C13BBCBE7F6BA73EA942987CAB8F40ADD78249BAEF873CD4A13C3E7FAE4E2AA
checksum32: 46CC93EBB378CF3AF659CA03F760F2180BC44B5FA02774997A2C21F0536B0DA6

File 'LICENSE.txt' is obtained from <https://mediaarea.net/en/MediaInfo/License>
2 changes: 1 addition & 1 deletion automatic/mediainfo/mediainfo.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>23.10</version>
<version>23.11</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/mediainfo/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\MediaInfo_GUI_23.10_Windows.exe"
file = "$toolsdir\MediaInfo_GUI_23.11_Windows.exe"
softwareName = 'MediaInfo *'
silentArgs = "/S"
validExitCodes = @(0)
Expand Down

0 comments on commit 291556b

Please sign in to comment.