From 9e15cf37c80148ada51384eb433288b2cf2f04da Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 4 Feb 2023 01:56:10 +0100 Subject: [PATCH] Updater bot : calibre updated to v6.12.0-ls202 --- 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 303f0c506..234d53bd3 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.12.0-ls202 (04-02-2023) +- Update to latest version from linuxserver/docker-calibre + ## v6.11.0-ls201 (29-01-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index ee29ef295..e32654c35 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -90,6 +90,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.11.0-ls201", + "version": "v6.12.0-ls202", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 22469a9d7..975f1cfbd 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "29-01-2023", + "last_update": "04-02-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.11.0-ls201" + "upstream_version": "v6.12.0-ls202" }