Merge pull request #48 from petersendev/updates20200802

This commit is contained in:
Arne Petersen
2020-08-02 12:13:30 +02:00
committed by GitHub
7 changed files with 18 additions and 13 deletions

3
hyperion/CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
## 0.2.0
- Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7)

View File

@@ -12,7 +12,7 @@ RUN apt-get update \
&& apt-get install -y --no-install-recommends \
libjpeg62-turbo=1:1.5.2-2+b1 \
libavahi-compat-libdnssd1=0.7-4+b1 \
libdbus-1-3=1.12.16-1 \
libdbus-1-3=1.12.20-0+deb10u1 \
libqt5sql5=5.11.3+dfsg1-1+deb10u3 \
libqt5serialport5=5.11.3-2 \
libqt5network5=5.11.3+dfsg1-1+deb10u3 \

View File

@@ -6,6 +6,6 @@
},
"squash": false,
"args": {
"RELEASE": "2.0.0-alpha.6"
"RELEASE": "2.0.0-alpha.7"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "hyperion",
"version": "0.1.0",
"version": "0.2.0",
"slug": "hyperion",
"legacy": false,
"maintenance": {
@@ -36,9 +36,7 @@
],
"webui": "http://[HOST]:[PORT:8090]",
"boot": "auto",
"options": {
},
"schema": {
},
"options": {},
"schema": {},
"image": "petersendev/hassio-hyperion-{arch}"
}
}

View File

@@ -1,3 +1,7 @@
## 0.11.0
- Update jackett to 0.16.938 (linuxserver/jackett:v0.16.938-ls13)
## 0.10.0
- Update jackett to 0.16.800 (linuxserver/jackett:v0.16.800-ls8)

View File

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

View File

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