From bc5e67ced41eb124e72a22c42a68a212e9cb1d64 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Thu, 1 Jul 2021 07:01:16 +0200 Subject: [PATCH] Update to 3.1.131 --- flexget/CHANGELOG.md | 3 +++ flexget/Dockerfile | 2 +- flexget/config.json | 56 ++++++++++++++++++++++---------------------- 3 files changed, 32 insertions(+), 29 deletions(-) diff --git a/flexget/CHANGELOG.md b/flexget/CHANGELOG.md index b4ffc2860..d40b15f09 100644 --- a/flexget/CHANGELOG.md +++ b/flexget/CHANGELOG.md @@ -1,2 +1,5 @@ +## 3.1.131 (01-07-2021) +- Update to latest version from flexget/flexget + - :arrow_up: Initial release diff --git a/flexget/Dockerfile b/flexget/Dockerfile index 3cd5f86b2..f61a30340 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="3.1.120" +ARG BUILD_UPSTREAM="3.1.131" FROM wiserain/flexget:latest RUN \ diff --git a/flexget/config.json b/flexget/config.json index d1a4ce1ab..4ddbe4d39 100644 --- a/flexget/config.json +++ b/flexget/config.json @@ -1,39 +1,39 @@ { - "name": "Flexget", - "version": "3.1.120", - "upstream": "3.1.120", - "slug": "flexget", - "description": "FlexGet is a multipurpose automation tool for all of your media", - "url": "https://github.com/alexbelgium/hassio-addons", - "webui": "http://[HOST]:[PORT:5050]", - "ports": { - "5050/tcp": 5050 - }, - "ports_description": { + "name": "Flexget", + "version": "3.1.131", + "upstream": "3.1.131", + "slug": "flexget", + "description": "FlexGet is a multipurpose automation tool for all of your media", + "url": "https://github.com/alexbelgium/hassio-addons", + "webui": "http://[HOST]:[PORT:5050]", + "ports": { + "5050/tcp": 5050 + }, + "ports_description": { "5050/tcp": "Web interface" - }, - "map": [ + }, + "map": [ "share:rw", "config:rw" - ], - "environment": { + ], + "environment": { "FG_PLUGINS": "", "FG_WEBUI_PASSWD": "" - }, - "options": { + }, + "options": { "PUID": 0, "PGID": 0 - }, - "schema": { + }, + "schema": { "PUID": "int", "PGID": "int", - "WebuiPass": "str?", - "FG_PLUGINS": "str?" - }, - "arch": [ - "aarch64", - "amd64", - "armhf", - "armv7" - ] + "WebuiPass": "str?", + "FG_PLUGINS": "str?" + }, + "arch": [ + "aarch64", + "amd64", + "armhf", + "armv7" + ] }