From 62840baaa25e545a53ddff6877ad41ec7d68d278 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 7 Dec 2024 01:59:12 +0100 Subject: [PATCH] Updater bot : webtop updated to 4.16-r0-ls93 --- webtop/CHANGELOG.md | 3 +++ webtop/config.json | 2 +- webtop/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/webtop/CHANGELOG.md b/webtop/CHANGELOG.md index 19cf16d67..581e33317 100644 --- a/webtop/CHANGELOG.md +++ b/webtop/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.16-r0-ls93 (07-12-2024) +- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) + ## 4.16-r0-ls95 (30-11-2024) - Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) diff --git a/webtop/config.json b/webtop/config.json index 4fa73ef3a..b925520a9 100644 --- a/webtop/config.json +++ b/webtop/config.json @@ -141,6 +141,6 @@ "tmpfs": true, "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.16-r0-ls95", + "version": "4.16-r0-ls93", "video": true } diff --git a/webtop/updater.json b/webtop/updater.json index dfc27d4b7..65b60d932 100644 --- a/webtop/updater.json +++ b/webtop/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "30-11-2024", + "last_update": "07-12-2024", "repository": "alexbelgium/hassio-addons", "slug": "webtop_kde", "source": "github", "upstream_repo": "linuxserver/docker-webtop", - "upstream_version": "4.16-r0-ls95" + "upstream_version": "4.16-r0-ls93" }