From 3c42e0a025b5534aee58d540493b3dfc53757655 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Wed, 12 Feb 2020 22:26:08 +0100 Subject: [PATCH] Update homematic OCCU 3.51.6 (#1072) * Update homematic OCCU 3.51.6 * Fix builder hack --- homematic/CHANGELOG.md | 4 ++++ homematic/Dockerfile | 1 - homematic/build.json | 2 +- homematic/config.json | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/homematic/CHANGELOG.md b/homematic/CHANGELOG.md index 16250f5..9e460b3 100644 --- a/homematic/CHANGELOG.md +++ b/homematic/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 9.8 + +- Update OCCU to 3.51.6-1 + ## 9.7 - Fix glibc error on i386/amd64 diff --git a/homematic/Dockerfile b/homematic/Dockerfile index a6b78e3..d7c0a08 100644 --- a/homematic/Dockerfile +++ b/homematic/Dockerfile @@ -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 \ diff --git a/homematic/build.json b/homematic/build.json index ed67ed8..013c6f9 100644 --- a/homematic/build.json +++ b/homematic/build.json @@ -4,6 +4,6 @@ "i386": "homeassistant/i386-base-debian:bullseye" }, "args": { - "OCCU_VERSION": "3.49.17-4" + "OCCU_VERSION": "3.51.6-1" } } diff --git a/homematic/config.json b/homematic/config.json index f1f59a6..e2b3be1 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -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",