From a50cc145aea98e6ac91746775491d287cd2f0716 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Sun, 2 May 2021 01:56:44 +0200 Subject: [PATCH] Update to 0.17.966 --- 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 664fd53dd..f76dad96b 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.17.966 (02-05-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.17.963 (01-05-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 5040df646..01c2f2aeb 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.17.963" +ARG BUILD_UPSTREAM="0.17.966" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index 8b61cebd0..ebfcfb50b 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.17.963", - "upstream": "0.17.963", + "version": "0.17.966", + "upstream": "0.17.966", "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",