From 9774193b450b9b6e49b04b2d5f2af26671fb3a51 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sat, 8 Apr 2023 01:56:30 +0200 Subject: [PATCH] Updater bot : calibre updated to v6.15.0-ls211 --- 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 5ad70e9ea..ea5f136ab 100644 --- a/calibre/CHANGELOG.md +++ b/calibre/CHANGELOG.md @@ -1,4 +1,7 @@ +## v6.15.0-ls211 (08-04-2023) +- Update to latest version from linuxserver/docker-calibre + ## v6.14.1-ls208 (31-03-2023) - Update to latest version from linuxserver/docker-calibre diff --git a/calibre/config.json b/calibre/config.json index 83678a31d..f7a3e9109 100644 --- a/calibre/config.json +++ b/calibre/config.json @@ -92,6 +92,6 @@ }, "slug": "calibre", "url": "https://github.com/alexbelgium/hassio-addons/tree/master/calibre", - "version": "v6.14.1-ls208", + "version": "v6.15.0-ls211", "video": true } diff --git a/calibre/updater.json b/calibre/updater.json index 0992130d9..fc7847ba9 100644 --- a/calibre/updater.json +++ b/calibre/updater.json @@ -1,10 +1,10 @@ { "github_fulltag": "true", - "last_update": "31-03-2023", + "last_update": "08-04-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "calibre", "source": "github", "upstream_repo": "linuxserver/docker-calibre", - "upstream_version": "v6.14.1-ls208" + "upstream_version": "v6.15.0-ls211" }