mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-04 04:34:19 +01:00
HomeMatic fix issue with glibc (#1061)
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 9.7
|
||||
|
||||
- Fix glibc error on i386/amd64
|
||||
|
||||
## 9.6
|
||||
|
||||
- Update OCCU to 3.49.17-4
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user