From 28951be2e922f000f12a529f83d88b5211a035f5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 23 Aug 2022 01:55:40 +0200 Subject: [PATCH] Updater bot : calibre updated to v6.3.0-ls177 --- calibre/CHANGELOG.md | 3 +++ calibre/config.json | 4 ++-- calibre/updater.json | 4 ++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 5956ca7b6..6a2b3d2f7 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.3.0-ls177 (23-08-2022) +- Update to latest version from linuxserver/docker-calibre + ## v6.3.0-ls176 (12-08-2022) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 047ff9c41..78108f35e 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.3.0-ls176-2", + "version": "v6.3.0-ls177", "video": true -} \ No newline at end of file +} diff --git a/calibre/updater.json b/calibre/updater.json index 0c7d44a77..85dcd59fc 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "12-08-2022", + "last_update": "23-08-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.3.0-ls176" + "upstream_version": "v6.3.0-ls177" }