diff --git a/deconz/CHANGELOG.md b/deconz/CHANGELOG.md index ac878fc..7d9e1d6 100644 --- a/deconz/CHANGELOG.md +++ b/deconz/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 3.6 + +- Bump deCONZ to 2.05.69 +- Update wiringPi to latest (2.52) + ## 3.5 - Add support for native aarch64 diff --git a/deconz/Dockerfile b/deconz/Dockerfile index dd0de72..01ccb4b 100644 --- a/deconz/Dockerfile +++ b/deconz/Dockerfile @@ -33,7 +33,7 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* \ && if [ "${BUILD_ARCH}" = "armhf" ]; \ then \ - curl -q -L -o /wiringpi.deb https://unicorn.drogon.net/wiringpi-2.46-1.deb \ + curl -q -L -o /wiringpi.deb https://project-downloads.drogon.net/wiringpi-latest.deb \ && dpkg -i /wiringpi.deb \ && rm -rf /wiringpi.deb; \ fi diff --git a/deconz/build.json b/deconz/build.json index 06e3f27..cd04409 100644 --- a/deconz/build.json +++ b/deconz/build.json @@ -5,6 +5,6 @@ "aarch64": "homeassistant/aarch64-base-debian:stretch" }, "args": { - "DECONZ_VERSION": "2.05.67" + "DECONZ_VERSION": "2.05.69" } } diff --git a/deconz/config.json b/deconz/config.json index 21e1031..59ca889 100644 --- a/deconz/config.json +++ b/deconz/config.json @@ -1,6 +1,6 @@ { "name": "deCONZ", - "version": "3.5", + "version": "3.6", "slug": "deconz", "description": "Control a ZigBee network with ConBee or RaspBee by Dresden Elektronik", "arch": ["amd64", "armhf", "aarch64"],