From 2efe75c1ea95ce5b11964ead2872b04298b559aa Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 22 Sep 2022 01:55:46 +0200 Subject: [PATCH] Updater bot : calibre updated to v6.5.0-ls182 --- 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 ae1e13ff0..4cb3b2df2 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.5.0-ls182 (22-09-2022) +- Update to latest version from linuxserver/docker-calibre + ## v6.5.0-ls181 (20-09-2022) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 7a92d3414..8245dbaba 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.5.0-ls181", + "version": "v6.5.0-ls182", "video": true -} \ No newline at end of file +} diff --git a/calibre/updater.json b/calibre/updater.json index 292bba8f9..676f238ca 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "20-09-2022", + "last_update": "22-09-2022", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.5.0-ls181" + "upstream_version": "v6.5.0-ls182" }