From 143a4a52769a2c4efe2ba4d110b1f7d8ab84fba6 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 29 Apr 2022 18:55:47 +0200 Subject: [PATCH] Updater bot : calibre updated to 5.41.0 --- calibre/CHANGELOG.md | 3 +++ calibre/config.json | 2 +- calibre/updater.json | 6 +++--- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 66f7e8b76..016b040bf 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1 +1,4 @@ + +## 5.41.0 (29-04-2022) +- Update to latest version from linuxserver/docker-calibre - Initial release diff --git a/calibre/config.json b/calibre/config.json index e6ece5299..451f5524a 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -82,6 +82,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "1.4", + "version": "5.41.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 1fedcfb36..007a7a43e 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,8 +1,8 @@ { - "last_update": "27-04-2022", + "last_update": "29-04-2022", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "1.29.1" -} \ No newline at end of file + "upstream_version": "5.41.0" +}