Update jackett to 0.16.1621 (linuxserver/jackett:v0.16.1621-ls20)

This commit is contained in:
Arne Petersen
2020-10-08 03:23:35 +02:00
parent 90cd0aaabc
commit f815258a4a
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 0.15.0
- Update jackett to 0.16.1621 (linuxserver/jackett:v0.16.1621-ls20)
## 0.14.0 ## 0.14.0
- Update jackett to 0.16.1327 (linuxserver/jackett:v0.16.1327-ls18) - Update jackett to 0.16.1327 (linuxserver/jackett:v0.16.1327-ls18)

View File

@@ -1,12 +1,12 @@
{ {
"build_from_template": { "build_from_template": {
"image": "linuxserver/jackett", "image": "linuxserver/jackett",
"version": "v0.16.1327-ls18" "version": "v0.16.1621-ls20"
}, },
"build_from": { "build_from": {
"armhf": "linuxserver/jackett:arm32v7-v0.16.1327-ls18", "armhf": "linuxserver/jackett:arm32v7-v0.16.1621-ls20",
"aarch64": "linuxserver/jackett:arm64v8-v0.16.1327-ls18", "aarch64": "linuxserver/jackett:arm64v8-v0.16.1621-ls20",
"amd64": "linuxserver/jackett:amd64-v0.16.1327-ls18" "amd64": "linuxserver/jackett:amd64-v0.16.1621-ls20"
}, },
"squash": false, "squash": false,
"args": {} "args": {}

View File

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