Browse Source

Version bump

Joachim M. Giæver 2 years ago
parent
commit
414019e733
2 changed files with 4 additions and 6 deletions
  1. 4 5
      snap/snapcraft.yaml
  2. 0 1
      src/helper/functions

+ 4 - 5
snap/snapcraft.yaml

@@ -1,6 +1,6 @@
 name: zwavejs2mqtt
 base: core20
-version: 'v5.6.0'
+version: 'v5.7.2'
 summary: Fully configurable Zwave to MQTT Gateway and Control Panel. 
 description: |
   - Configurable Zwave to Mqtt Gateway
@@ -19,9 +19,9 @@ assumes:
   - command-chain
 
 architectures:
-  - build-on: amd64
+  # - build-on: amd64
   - build-on: arm64
-  - build-on: armhf
+  # - build-on: armhf
 
 apps:
   zwavejs2mqtt:
@@ -78,14 +78,13 @@ parts:
     after: [nodejs]
     plugin: dump
     source: https://github.com/zwave-js/zwavejs2mqtt.git
-    #source-branch: "softreset"
     source-tag: $SNAPCRAFT_PROJECT_VERSION
     build-packages:
       - gcc
       - build-essential
     override-build: |
       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
         export GLOBAL_AGENT_HTTP_PROXY="${http_proxy}"
         export GLOBAL_AGENT_HTTPS_PROXY="${http_proxy}"

+ 0 - 1
src/helper/functions

@@ -83,7 +83,6 @@ function plugs_connected {
     return 0
 }
 
-
 function is_root {
     if [ ${EUID:-$(id -u)} -eq 0 ]; then
         return 0