Bump deCONZ 2.05.69 & wiringPi 2.52 (#692)

* Bump deCONZ to 2.05.69

* Update wiringPi to latest (2.52)
This commit is contained in:
Franck Nijhof
2019-09-09 14:31:20 +02:00
committed by Pascal Vizeli
parent 4f0f7c5ac0
commit f07b50e7a3
4 changed files with 8 additions and 3 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
## 3.6
- Bump deCONZ to 2.05.69
- Update wiringPi to latest (2.52)
## 3.5 ## 3.5
- Add support for native aarch64 - Add support for native aarch64

View File

@@ -33,7 +33,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& if [ "${BUILD_ARCH}" = "armhf" ]; \ && if [ "${BUILD_ARCH}" = "armhf" ]; \
then \ 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 \ && dpkg -i /wiringpi.deb \
&& rm -rf /wiringpi.deb; \ && rm -rf /wiringpi.deb; \
fi fi

View File

@@ -5,6 +5,6 @@
"aarch64": "homeassistant/aarch64-base-debian:stretch" "aarch64": "homeassistant/aarch64-base-debian:stretch"
}, },
"args": { "args": {
"DECONZ_VERSION": "2.05.67" "DECONZ_VERSION": "2.05.69"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "deCONZ", "name": "deCONZ",
"version": "3.5", "version": "3.6",
"slug": "deconz", "slug": "deconz",
"description": "Control a ZigBee network with ConBee or RaspBee by Dresden Elektronik", "description": "Control a ZigBee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"], "arch": ["amd64", "armhf", "aarch64"],