From 275ddf3c5d1bb17b9a319d682fb9afba0aed7deb Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 16 Jan 2018 16:17:05 +0100 Subject: [PATCH] Update OCCU 2.31.25 (#230) * Update config.json * Update build.json * Update Dockerfile --- homematic/Dockerfile | 2 +- homematic/build.json | 2 +- homematic/config.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homematic/Dockerfile b/homematic/Dockerfile index 7dc4fc2..e959188 100644 --- a/homematic/Dockerfile +++ b/homematic/Dockerfile @@ -14,7 +14,7 @@ ARG BUILD_ARCH # Install OCCU WORKDIR /usr/src -RUN curl -L -o occu.tar.gz https://github.com/eq-3/occu/archive/${OCCU_VERSION}.tar.gz \ +RUN curl -sL -o occu.tar.gz https://github.com/eq-3/occu/archive/${OCCU_VERSION}.tar.gz \ && tar xzpf occu.tar.gz \ && rm -f occu.tar.gz \ && cd occu-${OCCU_VERSION} \ diff --git a/homematic/build.json b/homematic/build.json index 544008c..71f05c0 100644 --- a/homematic/build.json +++ b/homematic/build.json @@ -5,6 +5,6 @@ "i386": "multiarch/ubuntu-core:i386-xenial" }, "args": { - "OCCU_VERSION": "2.31.23" + "OCCU_VERSION": "2.31.25" } } diff --git a/homematic/config.json b/homematic/config.json index 6f8d2a4..153fd10 100644 --- a/homematic/config.json +++ b/homematic/config.json @@ -1,6 +1,6 @@ { "name": "HomeMatic OCCU", - "version": "2.31.23-p0", + "version": "2.31.25-p0", "slug": "homematic", "description": "HomeMatic central based on OCCU", "url": "https://home-assistant.io/addons/homematic/",