Update jackett to 0.16.1327 (linuxserver/jackett:v0.16.1327-ls18)

This commit is contained in:
Arne Petersen
2020-09-24 08:13:41 +02:00
parent f413db08ca
commit 7b92619779
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 0.14.0
- Update jackett to 0.16.1327 (linuxserver/jackett:v0.16.1327-ls18)
## 0.13.0 ## 0.13.0
- Update jackett to 0.16.1023 (linuxserver/jackett:v0.16.1023-ls15) - Update jackett to 0.16.1023 (linuxserver/jackett:v0.16.1023-ls15)

View File

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

View File

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