Merge pull request #62 from petersendev/updates-2020-10-15

This commit is contained in:
Arne Petersen
2020-10-15 10:27:51 +02:00
committed by GitHub
6 changed files with 18 additions and 10 deletions

View File

@@ -1,3 +1,7 @@
## 0.7.0
- Update emby to 4.5.2.0 (linuxserver/emby:4.5.2.0-ls58)
## 0.6.0 ## 0.6.0
- Update emby to 4.5.1.0 (linuxserver/emby:4.5.1.0-ls58) - Update emby to 4.5.1.0 (linuxserver/emby:4.5.1.0-ls58)

View File

@@ -1,12 +1,12 @@
{ {
"build_from_template": { "build_from_template": {
"image": "linuxserver/emby", "image": "linuxserver/emby",
"version": "4.5.1.0-ls58" "version": "4.5.2.0-ls58"
}, },
"build_from": { "build_from": {
"armhf": "linuxserver/emby:arm32v7-4.5.1.0-ls58", "armhf": "linuxserver/emby:arm32v7-4.5.2.0-ls58",
"aarch64": "linuxserver/emby:arm64v8-4.5.1.0-ls58", "aarch64": "linuxserver/emby:arm64v8-4.5.2.0-ls58",
"amd64": "linuxserver/emby:amd64-4.5.1.0-ls58" "amd64": "linuxserver/emby:amd64-4.5.2.0-ls58"
}, },
"squash": false, "squash": false,
"args": {} "args": {}

View File

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

View File

@@ -1,3 +1,7 @@
## 0.16.0
- Update jackett to 0.16.1724 (linuxserver/jackett:v0.16.1724-ls20)
## 0.15.0 ## 0.15.0
- Update jackett to 0.16.1621 (linuxserver/jackett:v0.16.1621-ls20) - Update jackett to 0.16.1621 (linuxserver/jackett:v0.16.1621-ls20)

View File

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

View File

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