mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 21:54:20 +01:00
Update OCCU 2.31.25 (#230)
* Update config.json * Update build.json * Update Dockerfile
This commit is contained in:
@@ -14,7 +14,7 @@ ARG BUILD_ARCH
|
|||||||
|
|
||||||
# Install OCCU
|
# Install OCCU
|
||||||
WORKDIR /usr/src
|
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 \
|
&& tar xzpf occu.tar.gz \
|
||||||
&& rm -f occu.tar.gz \
|
&& rm -f occu.tar.gz \
|
||||||
&& cd occu-${OCCU_VERSION} \
|
&& cd occu-${OCCU_VERSION} \
|
||||||
|
|||||||
@@ -5,6 +5,6 @@
|
|||||||
"i386": "multiarch/ubuntu-core:i386-xenial"
|
"i386": "multiarch/ubuntu-core:i386-xenial"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"OCCU_VERSION": "2.31.23"
|
"OCCU_VERSION": "2.31.25"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "HomeMatic OCCU",
|
"name": "HomeMatic OCCU",
|
||||||
"version": "2.31.23-p0",
|
"version": "2.31.25-p0",
|
||||||
"slug": "homematic",
|
"slug": "homematic",
|
||||||
"description": "HomeMatic central based on OCCU",
|
"description": "HomeMatic central based on OCCU",
|
||||||
"url": "https://home-assistant.io/addons/homematic/",
|
"url": "https://home-assistant.io/addons/homematic/",
|
||||||
|
|||||||
Reference in New Issue
Block a user