From 088b709de66bc3551a9fdbc23597696b4c5f0ecf Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 25 Oct 2022 01:55:52 +0200 Subject: [PATCH] Updater bot : calibre updated to v6.7.1-ls189 --- 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 d481fc44f..8de66f9e3 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.7.1-ls189 (25-10-2022) +- Update to latest version from linuxserver/docker-calibre + ## v6.7.1-ls188 (20-10-2022) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 2e9f5a7a8..7bfb770e8 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.7.1-ls188", + "version": "v6.7.1-ls189", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 0e389f460..6789ead9d 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "20-10-2022", + "last_update": "25-10-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.7.1-ls188" + "upstream_version": "v6.7.1-ls189" }