From e67c97b323ecfff4a631926fd2e4e981fe49ade8 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 30 May 2021 21:40:39 +0200 Subject: [PATCH] Update to 0.18.196 --- 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 8e3ce4664..8bda9634d 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.18.196 (30-05-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.18.181 (30-05-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index b79706092..a02eaa187 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.18.181" +ARG BUILD_UPSTREAM="0.18.196" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index e35f14b79..1b904d772 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.18.181", - "upstream": "0.18.181", + "version": "0.18.196", + "upstream": "0.18.196", "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",