Updater bot : calibre updated to 7.17.0

This commit is contained in:
alexbelgium
2024-08-24 01:56:50 +02:00
parent a32dddfb2b
commit c3059db50c
3 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
## 7.17.0 (24-08-2024)
- Update to latest version from linuxserver/docker-calibre (changelog : https://github.com/linuxserver/docker-calibre/releases)
## 7.16.0 (03-08-2024) ## 7.16.0 (03-08-2024)
- 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

@@ -119,6 +119,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": "7.16.0", "version": "7.17.0",
"video": true "video": true
} }

View File

@@ -1,9 +1,9 @@
{ {
"github_fulltag": "false", "github_fulltag": "false",
"last_update": "03-08-2024", "last_update": "24-08-2024",
"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": "7.16.0" "upstream_version": "7.17.0"
} }