From f5b8736eaca85bd7c97608ced75335edb0f90a28 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Mon, 10 May 2021 01:56:07 +0200 Subject: [PATCH] Update to 0.18.7 --- 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 7101200d3..e1656650f 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.18.7 (10-05-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.17.1036 (08-05-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index ef5fc61ed..adfc362fc 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.17.1036" +ARG BUILD_UPSTREAM="0.18.7" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index f1092c9d0..30ba7c838 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.17.1036", - "upstream": "0.17.1036", + "version": "0.18.7", + "upstream": "0.18.7", "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",