|
@@ -1,6 +1,6 @@
|
|
name: zwavejs2mqtt
|
|
name: zwavejs2mqtt
|
|
base: core20
|
|
base: core20
|
|
-version: 'v5.6.0'
|
|
|
|
|
|
+version: 'v5.7.2'
|
|
summary: Fully configurable Zwave to MQTT Gateway and Control Panel.
|
|
summary: Fully configurable Zwave to MQTT Gateway and Control Panel.
|
|
description: |
|
|
description: |
|
|
- Configurable Zwave to Mqtt Gateway
|
|
- Configurable Zwave to Mqtt Gateway
|
|
@@ -19,9 +19,9 @@ assumes:
|
|
- command-chain
|
|
- command-chain
|
|
|
|
|
|
architectures:
|
|
architectures:
|
|
- - build-on: amd64
|
|
|
|
|
|
+ # - build-on: amd64
|
|
- build-on: arm64
|
|
- build-on: arm64
|
|
- - build-on: armhf
|
|
|
|
|
|
+ # - build-on: armhf
|
|
|
|
|
|
apps:
|
|
apps:
|
|
zwavejs2mqtt:
|
|
zwavejs2mqtt:
|
|
@@ -78,14 +78,13 @@ parts:
|
|
after: [nodejs]
|
|
after: [nodejs]
|
|
plugin: dump
|
|
plugin: dump
|
|
source: https://github.com/zwave-js/zwavejs2mqtt.git
|
|
source: https://github.com/zwave-js/zwavejs2mqtt.git
|
|
- #source-branch: "softreset"
|
|
|
|
source-tag: $SNAPCRAFT_PROJECT_VERSION
|
|
source-tag: $SNAPCRAFT_PROJECT_VERSION
|
|
build-packages:
|
|
build-packages:
|
|
- gcc
|
|
- gcc
|
|
- build-essential
|
|
- build-essential
|
|
override-build: |
|
|
override-build: |
|
|
set -x
|
|
set -x
|
|
- #sed -i 's/"zwave-js".*$/"zwave-js"\: "8.2.4-0-pr-3262-aaea250"/g' ${SNAPCRAFT_PART_BUILD}/package.json
|
|
|
|
|
|
+ # sed -i 's/"zwave-js".*$/"zwave-js"\: "8.3.2-0-pr-3262-f5cdbca"/g' ${SNAPCRAFT_PART_BUILD}/package.json
|
|
if [ -n "${http_proxy-}" ]; then
|
|
if [ -n "${http_proxy-}" ]; then
|
|
export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
|
|
export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
|
|
export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
|
|
export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"
|