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 Mar 28, 2024
1 parent f2618d5 commit 8dd726d
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
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/24.01.1/MediaInfo_CLI_24.01.1_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/24.01.1/MediaInfo_CLI_24.01.1_Windows_x64.zip>
32-Bit: <https://mediaarea.net/download/binary/mediainfo/24.03/MediaInfo_CLI_24.03_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/24.03/MediaInfo_CLI_24.03_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: 63A901542126BAA6929D2265F8030A82E28AA7A386D2C65A5C24B20125E1B90B
checksum64: CE607B35EB86A02DA63109A07B2ABF851784A196AA679091149D6249C062F563
checksum32: 831927F695F9D8B879197B6B53B533CDD90C7C205135E3E1E5BF6332E561B95D
checksum64: 2E34CC4C694FA14B9E2C54A5FD461F628CD0FFF536931BF2370D2A449C33D1C6

File 'LICENSE.txt' is obtained from <https://mediaarea.net/en/MediaInfo/License>
2 changes: 1 addition & 1 deletion automatic/mediainfo-cli/mediainfo-cli.nuspec
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>24.01.1</version>
<version>24.03</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
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\MediaInfo_CLI_24.01.1_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_24.01.1_Windows_x64.zip"
file = "$toolsdir\MediaInfo_CLI_24.03_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_24.03_Windows_x64.zip"
validExitCodes = @(0)
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/mediainfo/legal/VERIFICATION.txt
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/24.01.1/MediaInfo_GUI_24.01.1_Windows.exe>
32-Bit: <https://mediaarea.net/download/binary/mediainfo-gui/24.03/MediaInfo_GUI_24.03_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: D1225803CC23D3819394A3601DAD767CCEAAA7C5FD2BEBE97F7470B6C5EE7119
checksum32: 4DC4A011FDE125A72BCE8FC9143CA7C76AE594114519282CA9DD1F6B03F5630F

File 'LICENSE.txt' is obtained from <https://mediaarea.net/en/MediaInfo/License>
2 changes: 1 addition & 1 deletion automatic/mediainfo/mediainfo.nuspec
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>24.01.1</version>
<version>24.03</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
Expand Up @@ -5,7 +5,7 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
file = "$toolsdir\MediaInfo_GUI_24.01.1_Windows.exe"
file = "$toolsdir\MediaInfo_GUI_24.03_Windows.exe"
softwareName = 'MediaInfo *'
silentArgs = "/S"
validExitCodes = @(0)
Expand Down

0 comments on commit 8dd726d

Please sign in to comment.