From a7d6813e685c8ae5794a6245bb85d095ec243fa0 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 21 Feb 2026 01:56:26 +0100 Subject: [PATCH] Updater bot : calibre updated to 9.3.0 --- calibre/CHANGELOG.md | 3 +++ calibre/config.yaml | 2 +- calibre/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/calibre/CHANGELOG.md b/calibre/CHANGELOG.md index 3e301ee65..6b7024e61 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 9.3.0 (2026-02-21) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 9.2.1 (2026-02-07) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) diff --git a/calibre/config.yaml b/calibre/config.yaml index 94dbc3bfe..8fd5ba438 100644 --- a/calibre/config.yaml +++ b/calibre/config.yaml @@ -117,5 +117,5 @@ schema: slug: calibre udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre -version: "9.2.1" +version: "9.3.0" video: true diff --git a/calibre/updater.json b/calibre/updater.json index ed4ae63a5..ccf7e4e5e 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "2026-02-07", + "last_update": "2026-02-21", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "9.2.1" + "upstream_version": "9.3.0" }