Bump deCONZ to 2.05.81 (#1573)

* Update CHANGELOG.md

* Update config.json

* Update build.json

* deconz: Bump deCONZ to 2.05.81

* Update deconz/CHANGELOG.md

* Update deconz/config.json

* Update Dockerfile

* Fix path

* Fix v2

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
This commit is contained in:
Sören
2020-09-22 23:35:04 +02:00
committed by GitHub
parent 7e41c0860d
commit c0791f8df5
4 changed files with 9 additions and 5 deletions

View File

@@ -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

View File

@@ -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 \

View File

@@ -5,6 +5,6 @@
"armhf": "homeassistant/armhf-base-raspbian:buster"
},
"args": {
"DECONZ_VERSION": "2.05.79"
"DECONZ_VERSION": "2.05.81"
}
}

View File

@@ -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"],