Update OCCU 2.31.25 (#230)

* Update config.json

* Update build.json

* Update Dockerfile
This commit is contained in:
Pascal Vizeli
2018-01-16 16:17:05 +01:00
committed by GitHub
parent d4945f9677
commit 275ddf3c5d
3 changed files with 3 additions and 3 deletions

View File

@@ -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} \

View File

@@ -5,6 +5,6 @@
"i386": "multiarch/ubuntu-core:i386-xenial"
},
"args": {
"OCCU_VERSION": "2.31.23"
"OCCU_VERSION": "2.31.25"
}
}

View File

@@ -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/",