From 028a963fb2a2e58d9c7b4e320f431c723ec362b3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 17 Sep 2022 01:55:41 +0200 Subject: [PATCH] Updater bot : calibre updated to v6.5.0-ls179 --- 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 9584b8bf5..fa6a79700 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.5.0-ls179 (17-09-2022) +- Update to latest version from linuxserver/docker-calibre + ## v6.4.0-ls178 (02-09-2022) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 378cb4a0e..6f0e52247 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.4.0-ls178-bugfix", + "version": "v6.5.0-ls179", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 75309584b..4e956a3e9 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "02-09-2022", + "last_update": "17-09-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.4.0-ls178" + "upstream_version": "v6.5.0-ls179" }