Update jackett to 0.16.1023 (linuxserver/jackett:v0.16.1023-ls15)

This commit is contained in:
Arne Petersen
2020-08-23 09:38:26 +02:00
parent 576ff6b6a6
commit fca4442038
3 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,7 @@
## 0.13.0
- Update jackett to 0.16.1023 (linuxserver/jackett:v0.16.1023-ls15)
## 0.12.0 ## 0.12.0
- Update jackett to 0.16.962 (linuxserver/jackett:v0.16.962-ls13) - Update jackett to 0.16.962 (linuxserver/jackett:v0.16.962-ls13)

View File

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

View File

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