mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
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:
committed by
Pascal Vizeli
parent
4f0f7c5ac0
commit
f07b50e7a3
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"aarch64": "homeassistant/aarch64-base-debian:stretch"
|
||||
},
|
||||
"args": {
|
||||
"DECONZ_VERSION": "2.05.67"
|
||||
"DECONZ_VERSION": "2.05.69"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user