Skip to content

Commit

Permalink
AU: 1 updated - plex
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey committed Jan 27, 2025
1 parent 1a66345 commit fbda463
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plex/plex.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>plex</id>
<version>1.107.1.293</version>
<version>1.107.2.300</version>
<packageSourceUrl>https://github.com/AeliusSaionji/chocopkgs/tree/master/plex</packageSourceUrl>
<owners>LinkSatonaka</owners>
<title>Plex (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions plex/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ $ErrorActionPreference = 'Stop'
$packageArgs = @{
packageName = 'plex'
fileType = 'EXE'
url64 = 'https://downloads.plex.tv/plex-desktop/1.107.1.293-575aed08/windows/Plex-1.107.1.293-575aed08-x86_64.exe'
url64 = 'https://downloads.plex.tv/plex-desktop/1.107.2.300-7093f413/windows/Plex-1.107.2.300-7093f413-x86_64.exe'
silentArgs = '/S'
softwareName = 'Plex'
checksum64 = 'f97a248d679659640d72d4fc9e4ed3c9bc8c8897'
checksum64 = '53bd5a97318c979c713405f082236bd3ef8154a1'
checksumType64 = 'sha1'
validExitCodes = @(0, 1223)
}
Expand Down

0 comments on commit fbda463

Please sign in to comment.