From 8a61fdd9198c59fa7b9729119dbce39dd9b8d68a Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 19 Jul 2022 01:57:50 +0200 Subject: [PATCH] Updater bot : plex updated to 1.27.2.5929-a806c5905-ls125 --- plex/CHANGELOG.md | 3 +++ plex/config.json | 2 +- plex/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/plex/CHANGELOG.md b/plex/CHANGELOG.md index 4426a8fcd..e099672b0 100644 --- a/plex/CHANGELOG.md +++ b/plex/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.27.2.5929-a806c5905-ls125 (19-07-2022) +- Update to latest version from linuxserver/docker-plex + ## 1.27.2.5929-a806c5905-ls124 (14-07-2022) - Update to latest version from linuxserver/docker-plex diff --git a/plex/config.json b/plex/config.json index 881795b84..9b0e66320 100644 --- a/plex/config.json +++ b/plex/config.json @@ -116,7 +116,7 @@ "slug": "plex_nas", "startup": "services", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex", - "version": "1.27.2.5929-a806c5905-ls124", + "version": "1.27.2.5929-a806c5905-ls125", "video": true, "webui": "http://[HOST]:[PORT:32400]/web" } diff --git a/plex/updater.json b/plex/updater.json index 470356c5d..60cd9a0e9 100644 --- a/plex/updater.json +++ b/plex/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "14-07-2022", + "last_update": "19-07-2022", "repository": "alexbelgium/hassio-addons", "slug": "plex", "source": "github", "upstream_repo": "linuxserver/docker-plex", - "upstream_version": "1.27.2.5929-a806c5905-ls124" + "upstream_version": "1.27.2.5929-a806c5905-ls125" }