HomeMatic fix issue with glibc (#1061)

This commit is contained in:
Pascal Vizeli
2020-02-09 11:26:36 +01:00
committed by GitHub
parent 747cf154bc
commit 5f5f7dae57
3 changed files with 6 additions and 2 deletions

View File

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

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"armv7": "homeassistant/armv7-base-debian:buster",
"i386": "homeassistant/i386-base-debian:buster"
"i386": "homeassistant/i386-base-debian:bullseye"
},
"args": {
"OCCU_VERSION": "3.49.17-4"

View File

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