From bc203785d1b14c35b4aac45119bcca0cb625c0c0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 16 Mar 2024 01:56:22 +0100 Subject: [PATCH] Updater bot : calibre updated to 7.7.0 --- 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 70f6733f9..444cf1efe 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 7.7.0 (16-03-2024) +- Update to latest version from linuxserver/docker-calibre ## 7.6.0-2 (14-03-2024) - Fix KasmVNC https://github.com/alexbelgium/hassio-addons/issues/1301 diff --git a/calibre/config.json b/calibre/config.json index 84024e18f..3258ccc00 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -118,6 +118,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "7.6.0-2", + "version": "7.7.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 5689aab45..933f14731 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "02-03-2024", + "last_update": "16-03-2024", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.6.0" + "upstream_version": "7.7.0" }