emby 4.4.2.0

This commit is contained in:
Arne Petersen
2020-05-11 14:30:30 +02:00
parent 950171493b
commit fd21c07b4c
3 changed files with 10 additions and 6 deletions

View File

@@ -1,3 +1,7 @@
## 0.3.0
- Update emby to 4.4.2.0 (linuxserver/emby:4.4.2.0-ls40)
## 0.2.0 ## 0.2.0
- not a legacy addon anymore - not a legacy addon anymore

View File

@@ -1,12 +1,12 @@
{ {
"build_from_template": { "build_from_template": {
"image": "linuxserver/emby", "image": "linuxserver/emby",
"version": "4.3.1.0-ls31" "version": "4.4.2.0-ls40"
}, },
"build_from": { "build_from": {
"armhf": "linuxserver/emby:arm32v7-4.3.1.0-ls31", "armhf": "linuxserver/emby:arm32v7-4.4.2.0-ls40",
"aarch64": "linuxserver/emby:arm64v8-4.3.1.0-ls31", "aarch64": "linuxserver/emby:arm64v8-4.4.2.0-ls40",
"amd64": "linuxserver/emby:amd64-4.3.1.0-ls31" "amd64": "linuxserver/emby:amd64-4.4.2.0-ls40"
}, },
"squash": false, "squash": false,
"args": {} "args": {}

View File

@@ -1,6 +1,6 @@
{ {
"name": "emby", "name": "emby",
"version": "0.2.0", "version": "0.3.0",
"slug": "emby", "slug": "emby",
"legacy": false, "legacy": false,
"maintenance": { "maintenance": {
@@ -38,4 +38,4 @@
"TZ": "str?" "TZ": "str?"
}, },
"image": "petersendev/hassio-emby-{arch}" "image": "petersendev/hassio-emby-{arch}"
} }