From 9d5d3846cfcfffb98b9e4ab9c65ac874e268f8cf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 13 Dec 2022 01:56:09 +0100 Subject: [PATCH] Updater bot : calibre updated to v6.9.0-ls196 --- calibre/CHANGELOG.md | 3 +++ calibre/config.json | 2 +- calibre/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index c91fd0d00..c5295be0a 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.9.0-ls196 (13-12-2022) +- Update to latest version from linuxserver/docker-calibre + ## v6.9.0-ls195 (29-11-2022) - Update to latest version from linuxserver/docker-calibre - WARNING : update to supervisor 2022.11 before installing diff --git a/calibre/config.json b/calibre/config.json index 48e5c53fe..2fa328cb1 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -89,6 +89,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.9.0-ls195", + "version": "v6.9.0-ls196", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index b79edc88b..4b9e257e2 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "29-11-2022", + "last_update": "13-12-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.9.0-ls195" + "upstream_version": "v6.9.0-ls196" }