Skip to content

Commit

Permalink
AU: 3 updated - mediainfo mediainfo-cli plexmediaserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Sep 14, 2023
1 parent 75eab61 commit 5790cc6
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 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.07/MediaInfo_CLI_23.07_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/23.07/MediaInfo_CLI_23.07_Windows_x64.zip>
32-Bit: <https://mediaarea.net/download/binary/mediainfo/23.09/MediaInfo_CLI_23.09_Windows_i386.zip>
64-Bit: <https://mediaarea.net/download/binary/mediainfo/23.09/MediaInfo_CLI_23.09_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: AA712D0524A8142AEB3E7632AC0ABA00C884F1409F7A57738FA4EDE9108D3009
checksum64: 2F3BAA725BBC9131CA7C775B578E6E1E8F2A58AAB6F9A234C2896B2935376CFB
checksum32: 69A9DD85EA3CF56D5C164B466F28891B4AA82787676C68B5863C47FEB4D49D83
checksum64: CF9CBF0BF21EFB873DED6B4450C0A0AC0F983F0E57D2AB35562FF489BEECB1FA

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.07</version>
<version>23.09</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.07_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_23.07_Windows_x64.zip"
file = "$toolsdir\MediaInfo_CLI_23.09_Windows_i386.zip"
file64 = "$toolsdir\MediaInfo_CLI_23.09_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.07/MediaInfo_GUI_23.07_Windows.exe>
32-Bit: <https://mediaarea.net/download/binary/mediainfo-gui/23.09/MediaInfo_GUI_23.09_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: 6B748EF68B30133447A5C1D6673B84B0864C97F0AE13A3172766EC07043AB5B8
checksum32: 8F1A922A40ED0EE71786904C59D90311FDE2D689F80866A27F1A2D2F13EE63DA

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.07</version>
<version>23.09</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.07_Windows.exe"
file = "$toolsdir\MediaInfo_GUI_23.09_Windows.exe"
softwareName = 'MediaInfo *'
silentArgs = "/S"
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/plexmediaserver/plexmediaserver.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>1.32.5.7349</version>
<version>1.32.6.7468</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
8 changes: 4 additions & 4 deletions automatic/plexmediaserver/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.32.5.7349-8f4248874/windows/PlexMediaServer-1.32.5.7349-8f4248874-x86.exe'
$checksum32 = '37c92326df99fef221755bc2392e618125da0066c5ee99ee663a0325abda0fce'
$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.32.6.7468-07e0d4a7e/windows/PlexMediaServer-1.32.6.7468-07e0d4a7e-x86.exe'
$checksum32 = '2bf164943bc61023f7e4a85efc0cdcfaba973728b14fb64f690d7d20526756a3'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.5.7349-8f4248874/windows/PlexMediaServer-1.32.5.7349-8f4248874-x86_64.exe'
$checksum64 = 'e7b49fd8a957433b71de08b68b99654662890f283c21adaea780199379c04438'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.6.7468-07e0d4a7e/windows/PlexMediaServer-1.32.6.7468-07e0d4a7e-x86_64.exe'
$checksum64 = '9e0e520a766c07d127a6a33373ba16dda47b3f4bb23023b558e05468f160451a'
$checksumType64 = 'sha256'

Start-CheckandStop "Plex Media Server"
Expand Down

0 comments on commit 5790cc6

Please sign in to comment.