update jackett to 0.16.770

This commit is contained in:
Arne Petersen
2020-06-27 09:14:55 +02:00
parent 9c449552fa
commit 40288b687f
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 0.9.0
- Update jackett to 0.16.770 (linuxserver/jackett:v0.16.770-ls7)
## 0.8.0 ## 0.8.0
- Update jackett to 0.16.324 (linuxserver/jackett:v0.16.324-ls64) - Update jackett to 0.16.324 (linuxserver/jackett:v0.16.324-ls64)

View File

@@ -1,12 +1,12 @@
{ {
"build_from_template": { "build_from_template": {
"image": "linuxserver/jackett", "image": "linuxserver/jackett",
"version": "v0.16.324-ls64" "version": "v0.16.770-ls7"
}, },
"build_from": { "build_from": {
"armhf": "linuxserver/jackett:arm32v7-v0.16.324-ls64", "armhf": "linuxserver/jackett:arm32v7-v0.16.770-ls7",
"aarch64": "linuxserver/jackett:arm64v8-v0.16.324-ls64", "aarch64": "linuxserver/jackett:arm64v8-v0.16.770-ls7",
"amd64": "linuxserver/jackett:amd64-v0.16.324-ls64" "amd64": "linuxserver/jackett:amd64-v0.16.770-ls7"
}, },
"squash": false, "squash": false,
"args": {} "args": {}

View File

@@ -1,6 +1,6 @@
{ {
"name": "jackett", "name": "jackett",
"version": "0.8.0", "version": "0.9.0",
"slug": "jackett", "slug": "jackett",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {