From a2ccba9c36448ad8fa2088c555fc7d625304fe78 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 19 Apr 2025 01:55:42 +0200 Subject: [PATCH] Updater bot : calibre updated to 8.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 ead47a407..f4c860f90 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## 8.3.0 (19-04-2025) +- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) + ## 8.2.100 (12-04-2025) - 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 5728ad3ca..80e03020e 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -123,6 +123,6 @@ "slug": "calibre", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "8.2.100", + "version": "8.3.0", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index a233c6418..33d6e0eaa 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "12-04-2025", + "last_update": "19-04-2025", "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "8.2.100" + "upstream_version": "8.3.0" }