From bda3ee05b37bf9d4516acaea0e401f983c549bbb Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 31 Mar 2023 14:30:10 +0200 Subject: [PATCH] Updater bot : calibre updated to v6.14.1-ls208 --- 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 5eea17f14..5ad70e9ea 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.14.1-ls208 (31-03-2023) +- Update to latest version from linuxserver/docker-calibre + ## v6.14.1-ls207 (18-03-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 672317793..83678a31d 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -92,6 +92,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.14.1-ls207", + "version": "v6.14.1-ls208", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 79402745c..0992130d9 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "18-03-2023", + "last_update": "31-03-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.14.1-ls207" + "upstream_version": "v6.14.1-ls208" }