jackett 0.16.324

This commit is contained in:
Arne Petersen
2020-05-11 14:31:19 +02:00
parent 747e7a538e
commit df552e7b0e
3 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
## 0.8.0
- Update jackett to 0.16.324 (linuxserver/jackett:v0.16.324-ls64)
## 0.7.0
- Update jackett to 0.14.79 (linuxserver/jackett:v0.14.79-ls56)
## 0.6.0 ## 0.6.0
- Update jackett to 0.13.280 (linuxserver/jackett:v0.13.280-ls55) - Update jackett to 0.13.280 (linuxserver/jackett:v0.13.280-ls55)

View File

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

View File

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