From d575db83d2f07ce533dfeb8b83f92af318a10359 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 26 Oct 2021 01:56:34 +0200 Subject: [PATCH] Update to 3.1.146 --- flexget/CHANGELOG.md | 3 +++ flexget/config.json | 16 ++++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index 370e41a96..95f526b4e 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,4 +1,7 @@ +## 3.1.146 (26-10-2021) +- Update to latest version from flexget/flexget + ## 3.1.144 (23-10-2021) - Update to latest version from flexget/flexget diff --git a/flexget/config.json b/flexget/config.json index 9bc44a1d5..b978a9ea6 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,12 +1,20 @@ { "apparmor": true, - "arch": ["aarch64", "amd64", "armhf", "armv7"], + "arch": [ + "aarch64", + "amd64", + "armhf", + "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 +33,8 @@ "FG_PLUGINS": "str?" }, "slug": "flexget", - "upstream": "3.1.144", + "upstream": "3.1.146", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "3.1.144", + "version": "3.1.146", "webui": "http://[HOST]:[PORT:5050]" }