mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24: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
|
||||
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} \
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"i386": "multiarch/ubuntu-core:i386-xenial"
|
||||
},
|
||||
"args": {
|
||||
"OCCU_VERSION": "2.31.23"
|
||||
"OCCU_VERSION": "2.31.25"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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/",
|
||||
|
||||
Reference in New Issue
Block a user