Updater bot : calibre updated to 9.8.0

This commit is contained in:
alexbelgium
2026-05-02 01:26:35 +02:00
parent ea034ca7f4
commit b2baed7ff8
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 9.8.0 (2026-05-02)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
## 9.7.0 (2026-04-11) ## 9.7.0 (2026-04-11)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases) - Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)

View File

@@ -117,5 +117,5 @@ schema:
slug: calibre slug: calibre
udev: true udev: true
url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre url: https://github.com/alexbelgium/hassio-addons/tree/master/calibre
version: "9.7.0" version: "9.8.0"
video: true video: true

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "false", "github_fulltag": "false",
"last_update": "2026-04-11", "last_update": "2026-05-02",
"repository": "alexbelgium/hassio-addons", "repository": "alexbelgium/hassio-addons",
"slug": "calibre", "slug": "calibre",
"source": "github", "source": "github",
"upstream_repo": "linuxserver/docker-calibre", "upstream_repo": "linuxserver/docker-calibre",
"upstream_version": "9.7.0" "upstream_version": "9.8.0"
} }