From 27a4a26b4f38a52b8f12b7a51c81c6aea90cafab Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 11 Jan 2025 01:55:39 +0100 Subject: [PATCH] Updater bot : calibre updated to 7.24.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 0b05f050fd2..cb810fc48e6 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 7.24.0 (11-01-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 7.23.0 (21-12-2024) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.json b/calibre/config.json index f87da78999c..b9cd25db900 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -119,6 +119,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "7.23.0", + "version": "7.24.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 64ff6fbe847..9eb3a1b01d6 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "21-12-2024", + "last_update": "11-01-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "7.23.0" + "upstream_version": "7.24.0" }