Skip to content

Commit

Permalink
AU: 2 updated - jetbrains-youtrack plexmediaserver
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Mar 28, 2023
1 parent 93ba0f3 commit e8d6aa0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/jetbrains-youtrack/jetbrains-youtrack.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>2022.3.65376</version>
<version>2022.3.65379</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/jetbrains-youtrack/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.3.65376.msi'
$checksum = '42e0bf0d2e154a43014f2071c4d69fe0a169cd71b0f8131441957aef3dcf0541'
$url = 'https://download.jetbrains.com/charisma/youtrack-2022.3.65379.msi'
$checksum = '8688c5e6bec9d03a4ee06d42c58901d243774f46cd292b130eda745b329a5aa5'
$checksumType = 'sha256'

$packageArgs = @{
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.31.2.6810</version>
<version>1.31.3.6868</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.31.2.6810-a607d384f/windows/PlexMediaServer-1.31.2.6810-a607d384f-x86.exe'
$checksum32 = '49a08ddc9765c8d37c36ddd52440a209db218597a1f995cbec29cb2a2adb7ed4'
$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.31.3.6868-28fc46b27/windows/PlexMediaServer-1.31.3.6868-28fc46b27-x86.exe'
$checksum32 = '7ac608e31c7853f6abfd7e62ee4bc1843a178f68e2b602b6091d0180ca014b1b'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.31.2.6810-a607d384f/windows/PlexMediaServer-1.31.2.6810-a607d384f-x86_64.exe'
$checksum64 = '63a8c1d209571e1f283c6abdd7bfd8b042dd44f3de43c2d08e41bc92fd1d667c'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.31.3.6868-28fc46b27/windows/PlexMediaServer-1.31.3.6868-28fc46b27-x86_64.exe'
$checksum64 = '2fc819be3241fd9e9afe247d0ec7f86f5ab201a935cb110bd08a06c68395acf8'
$checksumType64 = 'sha256'

Start-CheckandStop "Plex Media Server"
Expand Down

0 comments on commit e8d6aa0

Please sign in to comment.