From c097dcdb8acc8f8266d5749527696738afe5ccb9 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 9 Nov 2024 02:06:10 +0100 Subject: [PATCH] Updater bot : webtop updated to 4.16-r0-ls95 --- 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 75e4c1405..f4cbfa800 100644 --- a/webtop/CHANGELOG.md +++ b/webtop/CHANGELOG.md @@ -1,4 +1,7 @@ +## 4.16-r0-ls95 (09-11-2024) +- Update to latest version from linuxserver/docker-webtop (changelog : https://github.com/linuxserver/docker-webtop/releases) + ## 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) diff --git a/webtop/config.json b/webtop/config.json index 14827d111..4fa73ef3a 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-ls94", + "version": "4.16-r0-ls95", "video": true } diff --git a/webtop/updater.json b/webtop/updater.json index 6eab18879..5ee877042 100644 --- a/webtop/updater.json +++ b/webtop/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "26-10-2024", + "last_update": "09-11-2024", "repository": "alexbelgium/hassio-addons", "slug": "webtop_kde", "source": "github", "upstream_repo": "linuxserver/docker-webtop", - "upstream_version": "4.16-r0-ls94" + "upstream_version": "4.16-r0-ls95" }