Update homematic OCCU 3.51.6 (#1072)

* Update homematic OCCU 3.51.6

* Fix builder hack
This commit is contained in:
Pascal Vizeli
2020-02-12 22:26:08 +01:00
committed by GitHub
parent 75ce67fc5e
commit 3c42e0a025
4 changed files with 6 additions and 3 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 9.8
- Update OCCU to 3.51.6-1
## 9.7
- Fix glibc error on i386/amd64

View File

@@ -6,7 +6,6 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install packages
RUN apt-get update \
&& mkdir -p /usr/share/man/man1 \
&& apt-get install -y --no-install-recommends \
libusb-1.0 \
lighttpd \

View File

@@ -4,6 +4,6 @@
"i386": "homeassistant/i386-base-debian:bullseye"
},
"args": {
"OCCU_VERSION": "3.49.17-4"
"OCCU_VERSION": "3.51.6-1"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "HomeMatic CCU",
"version": "9.7",
"version": "9.8",
"slug": "homematic",
"description": "HomeMatic central based on OCCU",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/homematic",