From 416c28647d2d6107e961620c125586908ecfeeb3 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 19 Jan 2022 23:13:25 +0100 Subject: [PATCH] Updater bot : flexget updated to 3.2.10 --- 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 1610ac047..4acc0b06e 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.2.10 (19-01-2022) +- Update to latest version from flexget/flexget - Automatic builds (reduced size, local wear, install duration...) ## 3.2.9 (18-01-2022) diff --git a/flexget/config.json b/flexget/config.json index d8129d573..b9d155f10 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.9", + "upstream": "3.2.10", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.2.9", + "version": "3.2.10", "webui": "http://[HOST]:[PORT:5050]" }