Skip to content

Commit

Permalink
AU: 1 updated - plexmediaserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jun 12, 2023
1 parent 59377f6 commit 2304f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.3.7162</version>
<version>1.32.3.7192</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.3.7162-b0a36929b/windows/PlexMediaServer-1.32.3.7162-b0a36929b-x86.exe'
$checksum32 = 'b06eff30e575bbbf5f4cdd6ecf7c31075eb6b043f9bdb5783895ef3b74e72831'
$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.32.3.7192-7aa441827/windows/PlexMediaServer-1.32.3.7192-7aa441827-x86.exe'
$checksum32 = '50d9c45a70968bf9e038a23590eae0815d275b4b9566f21fd9d62ddb0a9de550'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.3.7162-b0a36929b/windows/PlexMediaServer-1.32.3.7162-b0a36929b-x86_64.exe'
$checksum64 = '0a191f57a992492494343dc4da933705019f156a912a18d6d0faf60508630a0c'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.3.7192-7aa441827/windows/PlexMediaServer-1.32.3.7192-7aa441827-x86_64.exe'
$checksum64 = '3ff8532c0e63c6b690807b952bd90b262bbd0966ef2f96bf892bf9f56b0f0ba8'
$checksumType64 = 'sha256'

Start-CheckandStop "Plex Media Server"
Expand Down

0 comments on commit 2304f67

Please sign in to comment.