From 1202aa70a06d7e4d32b2633d5f3c1eb711215b63 Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Fri, 30 Apr 2021 01:56:24 +0200 Subject: [PATCH] Update to 0.17.960 --- 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 c271c223f..8a54d2a5a 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.17.960 (30-04-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.17.954 (29-04-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 23bab33fa..9c0190850 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.17.954" +ARG BUILD_UPSTREAM="0.17.960" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index bdd0e086e..a5122f1d3 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.17.954", - "upstream": "0.17.954", + "version": "0.17.960", + "upstream": "0.17.960", "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",