mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
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:
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"armhf": "homeassistant/armhf-base-raspbian:buster"
|
||||
},
|
||||
"args": {
|
||||
"DECONZ_VERSION": "2.05.79"
|
||||
"DECONZ_VERSION": "2.05.81"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user