Updater bot : calibre updated to 8.8.0

This commit is contained in:
alexbelgium
2025-08-09 01:55:41 +02:00
parent 6fe97f4fbb
commit a96dafb100
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 8.8.0 (09-08-2025)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
## 8.7.0 (18-07-2025) ## 8.7.0 (18-07-2025)
- 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)
## 8.6.0 (12-07-2025) ## 8.6.0 (12-07-2025)

View File

@@ -123,6 +123,6 @@
"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": "8.7.0", "version": "8.8.0",
"video": true "video": true
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "false", "github_fulltag": "false",
"last_update": "18-07-2025", "last_update": "09-08-2025",
"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": "8.7.0" "upstream_version": "8.8.0"
} }