Skip to content

Commit

Permalink
AU: 2 updated - plexmediaserver vscode-yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed May 22, 2023
1 parent 0719e65 commit 774348f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.1.6999</version>
<version>1.32.2.7100</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.1.6999-91e1e2e2c/windows/PlexMediaServer-1.32.1.6999-91e1e2e2c-x86.exe'
$checksum32 = 'ca9d0f126453ad5507a1d99df80c9834deb657fc05933526613e7ef9fe3256b5'
$url32 = 'https://downloads.plex.tv/plex-media-server-new/1.32.2.7100-248a2daf0/windows/PlexMediaServer-1.32.2.7100-248a2daf0-x86.exe'
$checksum32 = '801e9e80ae3342a52a0976ec5e62639b65b503522ccb8953780e32db7c7a2ac7'
$checksumType32 = 'sha256'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.1.6999-91e1e2e2c/windows/PlexMediaServer-1.32.1.6999-91e1e2e2c-x86_64.exe'
$checksum64 = '6708fdd10a6cbda9fedaa3f28156719b3efe7e9c10ff6b7bcad67e3b38df8449'
$url64 = 'https://downloads.plex.tv/plex-media-server-new/1.32.2.7100-248a2daf0/windows/PlexMediaServer-1.32.2.7100-248a2daf0-x86_64.exe'
$checksum64 = '509d630621c5c61ea5b9e44004aac19d393ca04668dd5c63416c2f0bc4fff500'
$checksumType64 = 'sha256'

Start-CheckandStop "Plex Media Server"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vscode-yaml/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
$ErrorActionPreference = 'Stop'

Install-VsCodeExtension -extensionId 'redhat.vscode-yaml@1.12.2'
Install-VsCodeExtension -extensionId 'redhat.vscode-yaml@1.13.0'
2 changes: 1 addition & 1 deletion automatic/vscode-yaml/vscode-yaml.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.12.2</version>
<version>1.13.0</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

0 comments on commit 774348f

Please sign in to comment.