diff --git a/jackett/CHANGELOG.md b/jackett/CHANGELOG.md index 910e64fd5..878106587 100644 --- a/jackett/CHANGELOG.md +++ b/jackett/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.18.496 (29-07-2021) +- Update to latest version from linuxserver/docker-jackett + ## 0.18.475 (25-07-2021) - Update to latest version from linuxserver/docker-jackett diff --git a/jackett/Dockerfile b/jackett/Dockerfile index c1d931ee6..ccd5d2608 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -1,6 +1,6 @@ ARG BUILD_FROM ARG BUILD_VERSION -ARG BUILD_UPSTREAM="0.18.475" +ARG BUILD_UPSTREAM="0.18.496" FROM ${BUILD_FROM}${BUILD_UPSTREAM} diff --git a/jackett/config.json b/jackett/config.json index 4ccbfc176..18392a922 100644 --- a/jackett/config.json +++ b/jackett/config.json @@ -1,7 +1,7 @@ { "name": "Jackett NAS", - "version": "0.18.475", - "upstream": "0.18.475", + "version": "0.18.496", + "upstream": "0.18.496", "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",