Merge pull request #59 from petersendev/updates-2020-09-24

Updates 2020 09 24
This commit is contained in:
Arne Petersen
2020-09-24 09:02:20 +02:00
committed by GitHub
14 changed files with 35 additions and 26 deletions

View File

@@ -1,3 +1,7 @@
## 0.5.0
- Update emby to 4.5.0.50 (linuxserver/emby:4.5.0.50-ls56)
## 0.4.0
- Update emby to 4.4.3.0 (linuxserver/emby:4.4.3.0-ls45)

View File

@@ -1,12 +1,12 @@
{
"build_from_template": {
"image": "linuxserver/emby",
"version": "4.4.3.0-ls45"
"version": "4.5.0.50-ls56"
},
"build_from": {
"armhf": "linuxserver/emby:arm32v7-4.4.3.0-ls45",
"aarch64": "linuxserver/emby:arm64v8-4.4.3.0-ls45",
"amd64": "linuxserver/emby:amd64-4.4.3.0-ls45"
"armhf": "linuxserver/emby:arm32v7-4.5.0.50-ls56",
"aarch64": "linuxserver/emby:arm64v8-4.5.0.50-ls56",
"amd64": "linuxserver/emby:amd64-4.5.0.50-ls56"
},
"squash": false,
"args": {}

View File

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

View File

@@ -1,3 +1,7 @@
## 0.3.0
- Update hyperion to 2.0.0-alpha.8 (2.0.0-alpha.8)
## 0.2.2
- Update hyperion to 2.0.0-alpha.7 (2.0.0-alpha.7)

View File

@@ -21,17 +21,10 @@ RUN apt-get update \
libqt5core5a=5.11.3+dfsg1-1+deb10u3 \
libusb-1.0=2:1.0.22-2 \
zlib1g-dev=1:1.2.11.dfsg-1 \
# unzip needed for zlib fix, see below
unzip=6.0-23+deb10u1 \
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="Linux-x86_64"; fi \
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="Linux-aarch64"; fi \
&& curl -fsSL https://github.com/hyperion-project/hyperion.ng/releases/download/${RELEASE}/Hyperion-${RELEASE}-${ARCH}.deb > /tmp/Hyperion-${RELEASE}-${ARCH}.deb \
&& dpkg -i /tmp/Hyperion-${RELEASE}-${ARCH}.deb \
# temporary zlib fix, see https://github.com/hyperion-project/hyperion.ng/issues/881
&& mkdir /usr/share/hyperion/lib/python/ \
&& unzip /usr/share/hyperion/bin/python35.zip -d /usr/share/hyperion/lib/python \
&& rm /usr/share/hyperion/bin/python35.zip \
# temporary zlib fix end
&& rm -fr \
/tmp/* \
/var/{cache,log}/* \

View File

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

View File

@@ -1,6 +1,6 @@
{
"name": "hyperion",
"version": "0.2.2",
"version": "0.3.0",
"slug": "hyperion",
"legacy": false,
"maintenance": {

View File

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

View File

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

View File

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

View File

@@ -1,3 +1,7 @@
## 0.7.0
- Update znc to 1.8.2 (linuxserver/znc:znc-1.8.2-ls41)
## 0.6.0
- Update znc to 1.8.1 (linuxserver/znc:znc-1.8.1-ls38)

View File

@@ -3,8 +3,8 @@ ARG BUILD_FROM
FROM $BUILD_FROM
RUN apk add --no-cache \
curl=7.67.0-r0 \
jq=1.6-r0 \
curl=7.69.1-r1 \
jq=1.6-r1 \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.8.0.tar.gz" \
&& mkdir /tmp/bashio \

View File

@@ -1,12 +1,12 @@
{
"build_from_template": {
"image": "linuxserver/znc",
"version": "znc-1.8.1-ls38"
"version": "znc-1.8.2-ls41"
},
"build_from": {
"armhf": "linuxserver/znc:arm32v7-znc-1.8.1-ls38",
"aarch64": "linuxserver/znc:arm64v8-znc-1.8.1-ls38",
"amd64": "linuxserver/znc:amd64-znc-1.8.1-ls38"
"armhf": "linuxserver/znc:arm32v7-znc-1.8.2-ls41",
"aarch64": "linuxserver/znc:arm64v8-znc-1.8.2-ls41",
"amd64": "linuxserver/znc:amd64-znc-1.8.2-ls41"
},
"squash": false,
"args": {}

View File

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