From d4948ae86fa64a59908c5c52e7e6954a538c6eea Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 26 Oct 2024 02:05:04 +0200 Subject: [PATCH] Updater bot : webtop updated to 4.16-r0-ls94 --- 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 dbe349f9e..75e4c1405 100644 --- a/webtop/CHANGELOG.md +++ b/webtop/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 4.16-r0-ls94 (26-10-2024) +- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) ## ubuntu-xfce-33543f91-ls159 (04-09-2024) - Minor bugs fixed diff --git a/webtop/config.json b/webtop/config.json index 8e0f05f18..14827d111 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": "ubuntu-xfce-33543f91-ls159", + "version": "4.16-r0-ls94", "video": true } diff --git a/webtop/updater.json b/webtop/updater.json index d6a1344f2..6eab18879 100644 --- a/webtop/updater.json +++ b/webtop/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "08-04-2023", + "last_update": "26-10-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-ls94" }