From 8670a0b5791aca84be2f3ebf59dd4970cf07cee5 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 6 Jan 2024 01:56:38 +0100 Subject: [PATCH] Updater bot : calibre updated to 7.3.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 ef13595df..117b4ee1c 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 7.3.0 (06-01-2024) +- Update to latest version from linuxserver/docker-calibre ### 7.2.0-4 (05-01-2024) - Minor bugs fixed ### 7.2.0-3 (05-01-2024) diff --git a/calibre/config.json b/calibre/config.json index c64f9ff52..8de235c67 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -111,6 +111,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "7.2.0-4", + "version": "7.3.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 368f4f5a3..e8c0619b3 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "16-12-2023", + "last_update": "06-01-2024", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.2.0" + "upstream_version": "7.3.0" }