From 717423dd97793c2ab7883195163ea217a7ea9677 Mon Sep 17 00:00:00 2001 From: Maurice Kevenaar Date: Tue, 13 Feb 2024 17:17:03 +0000 Subject: [PATCH] AU: 1 updated - plexmediaserver [skip ci] https://gist.github.com/mkevenaar/675e3f672bda54270f8d7f5415f9374d/0c438b50ac61c855d635c37e946a08a7b60863c2 --- automatic/plexmediaserver/plexmediaserver.nuspec | 2 +- automatic/plexmediaserver/tools/chocolateyInstall.ps1 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/automatic/plexmediaserver/plexmediaserver.nuspec b/automatic/plexmediaserver/plexmediaserver.nuspec index d7855b08d..e80a1a23b 100644 --- a/automatic/plexmediaserver/plexmediaserver.nuspec +++ b/automatic/plexmediaserver/plexmediaserver.nuspec @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe - 1.32.8.7639 + 1.40.0.7998 Maurice Kevenaar diff --git a/automatic/plexmediaserver/tools/chocolateyInstall.ps1 b/automatic/plexmediaserver/tools/chocolateyInstall.ps1 index f2bdc1463..be6aec41c 100644 --- a/automatic/plexmediaserver/tools/chocolateyInstall.ps1 +++ b/automatic/plexmediaserver/tools/chocolateyInstall.ps1 @@ -1,11 +1,11 @@ $ErrorActionPreference = 'Stop' $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" -$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.32.8.7639-fb6452ebf/windows/PlexMediaServer-1.32.8.7639-fb6452ebf-x86.exe' -$checksum32 = '69258115fa6e6a91f51f392c1fd1b4e8b002be75e6d92076f7c764eaad19c7b6' +$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.40.0.7998-c29d4c0c8/windows/PlexMediaServer-1.40.0.7998-c29d4c0c8-x86.exe' +$checksum32 = 'ffd2a13c686d4284546ede72f2f29c726da14fd39aa26b62b24d6a753707778e' $checksumType32 = 'sha256' -$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.8.7639-fb6452ebf/windows/PlexMediaServer-1.32.8.7639-fb6452ebf-x86_64.exe' -$checksum64 = '199dfd86946f7ad956314f272700007f4127f27e821298acfd752120f5765ea9' +$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.40.0.7998-c29d4c0c8/windows/PlexMediaServer-1.40.0.7998-c29d4c0c8-x86_64.exe' +$checksum64 = 'b0f182c6c2599099644c05c27b23fa8e986d25a241f1c35f4bd1a0975ad84737' $checksumType64 = 'sha256' Start-CheckandStop "Plex Media Server"