diff --git a/hydra2/CHANGELOG.md b/hydra2/CHANGELOG.md index c4cac23a2..3aec2f6b8 100644 --- a/hydra2/CHANGELOG.md +++ b/hydra2/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.16.0 + + - Fix base image (linuxserver/nzbhydra2) + - Update hydra2 to 3.5.1 (linuxserver/nzbhydra2:v3.5.1-ls1) + ## 0.15.0 - Update hydra2 to 2.19.6 (linuxserver/hydra2:v2.19.6-ls69) diff --git a/hydra2/README.md b/hydra2/README.md index 223965449..f708646d5 100644 --- a/hydra2/README.md +++ b/hydra2/README.md @@ -6,7 +6,7 @@ It provides easy access to a number of raw and newznab based indexers. The application NZBHydra 2 is currently in its early stages and is in active development. Be wary that there may be some compatibility issues for those migrating from V1 to V2, so ensure you back up your old configuration before moving over to the new version. -This addon is based on the [docker image](https://github.com/linuxserver/docker-hydra2) from linuxserver.io. +This addon is based on the [docker image](https://github.com/linuxserver/docker-nzbhydra2) from linuxserver.io. ## Installation diff --git a/hydra2/build.json b/hydra2/build.json index 5678a5d13..e5538f0e7 100644 --- a/hydra2/build.json +++ b/hydra2/build.json @@ -1,12 +1,12 @@ { "build_from_template": { - "image": "linuxserver/hydra2", - "version": "v2.19.6-ls69" + "image": "linuxserver/nzbhydra2", + "version": "v3.5.1-ls1" }, "build_from": { - "armhf": "linuxserver/hydra2:arm32v7-v2.19.6-ls69", - "aarch64": "linuxserver/hydra2:arm64v8-v2.19.6-ls69", - "amd64": "linuxserver/hydra2:amd64-v2.19.6-ls69" + "armhf": "linuxserver/nzbhydra2:arm32v7-v3.5.1-ls1", + "aarch64": "linuxserver/nzbhydra2:arm64v8-v3.5.1-ls1", + "amd64": "linuxserver/nzbhydra2:amd64-v3.5.1-ls1" }, "squash": false, "args": {} diff --git a/hydra2/config.json b/hydra2/config.json index 82ae0fd40..67855bc2a 100644 --- a/hydra2/config.json +++ b/hydra2/config.json @@ -1,10 +1,10 @@ { "name": "hydra2", - "version": "0.15.0", + "version": "0.16.0", "slug": "hydra2", "legacy": false, "maintenance": { - "github_release": "https://github.com/linuxserver/docker-hydra2", + "github_release": "https://github.com/linuxserver/docker-nzbhydra2", "version_regex": "v(\\d+\\.\\d+\\.\\d+)-(ls\\d+)" }, "description": "Meta search application for NZB indexers",