From fc7fa1b6fcf61ced62d8595e1a85d63f36a18d77 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 23 Sep 2023 19:10:27 +0200 Subject: [PATCH] Updater bot : calibre updated to v6.27.0-ls239 --- 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 a90dce63a..9b53bbf62 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.27.0-ls239 (23-09-2023) +- Update to latest version from linuxserver/docker-calibre + ## v6.26.0-ls238 (16-09-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index e6db2c26f..a05aae5b1 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -105,6 +105,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.26.0-ls238", + "version": "v6.27.0-ls239", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index af47b8f1b..69f06c3be 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "true", - "last_update": "16-09-2023", + "last_update": "23-09-2023", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.26.0-ls238" + "upstream_version": "v6.27.0-ls239" }