From c4690a863dfccfefc3265cd5f0ad68b34ea4d282 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Wed, 30 Jun 2021 21:05:21 +0200 Subject: [PATCH] Update to 0.18.386 --- jackett/CHANGELOG.md | 3 +++ jackett/Dockerfile | 2 +- jackett/config.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index 1c4a1a807..da4391007 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.18.386 (30-06-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.18.385 (30-06-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index d7e7dd450..6fb2c3e8a 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.18.385" +ARG BUILD_UPSTREAM="0.18.386" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index 991763fea..ac9a2c17a 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.18.385", - "upstream": "0.18.385", + "version": "0.18.386", + "upstream": "0.18.386", "slug": "jackett_nas", "description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software", "url": "https://github.com/alexbelgium/hassio-addons",