From 2fd64ae932084cf64dc40f07fe64bbf7bf6b3a19 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 20 Jan 2022 17:44:42 +0100 Subject: [PATCH] Updater bot : flexget updated to 3.2.11 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 15 +++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 934275d05..8d03e0480 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.2.11 (20-01-2022) +- Update to latest version from flexget/flexget ## 3.2.10 (19-01-2022) - Update to latest version from flexget/flexget diff --git a/flexget/config.json b/flexget/config.json index f8429b498..4a7f4da00 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,12 +1,19 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armv7" + ], "description": "FlexGet is a multipurpose automation tool for all of your media", "environment": { "FG_PLUGINS": "", "FG_WEBUI_PASSWD": "" }, - "map": ["share:rw", "config:rw"], + "map": [ + "share:rw", + "config:rw" + ], "name": "Flexget", "options": { "PUID": 0, @@ -25,8 +32,8 @@ "FG_PLUGINS": "str?" }, "slug": "flexget", - "upstream": "3.2.10", + "upstream": "3.2.11", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.10", + "version": "3.2.11", "webui": "http://[HOST]:[PORT:5050]" }