diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index e3999fd..aba4087 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 6.3.0 + +- Bump deCONZ to 2.05.81 + ## 6.2.3 - Add background color to the ingress entry page diff --git a/deconz/Dockerfile b/deconz/Dockerfile index d4f2a40..0b76bea 100644 --- a/deconz/Dockerfile +++ b/deconz/Dockerfile @@ -61,12 +61,12 @@ RUN apt-get update \ ARG DECONZ_VERSION RUN if [ "${BUILD_ARCH}" = "armhf" ]; \ then \ - curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/raspbian/beta/deconz-${DECONZ_VERSION}-qt5.deb; \ + curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/raspbian/stable/deconz-${DECONZ_VERSION}-qt5.deb; \ elif [ "${BUILD_ARCH}" = "aarch64" ]; \ then \ - curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/raspbian/alpha/deconz_${DECONZ_VERSION}-debian-stretch-beta_arm64.deb; \ + curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/debian/stable/deconz_${DECONZ_VERSION}-debian-stretch-stable_arm64.deb; \ else \ - curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/ubuntu/beta/deconz-${DECONZ_VERSION}-qt5.deb; \ + curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/ubuntu/stable/deconz-${DECONZ_VERSION}-qt5.deb; \ fi \ && dpkg --force-all -i /deconz.deb \ && rm -f /deconz.deb \ diff --git a/deconz/build.json b/deconz/build.json index ea79813..f13e609 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "armhf": "homeassistant/armhf-base-raspbian:buster" }, "args": { - "DECONZ_VERSION": "2.05.79" + "DECONZ_VERSION": "2.05.81" } } diff --git a/deconz/config.json b/deconz/config.json index ec62105..d5d114b 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "6.2.3", + "version": "6.3.0", "slug": "deconz", "description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],