mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
Merge pull request #123 from YunoHost-Apps/ci-auto-update-9.7.1
Upgrade to v9.7.1
This commit is contained in:
commit
53f7009ffe
3 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 9.7.0~ynh1
|
||||
**Shipped version:** 9.7.1~ynh1
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||
|
|
|
@ -31,7 +31,7 @@ Pour fonctionner correctement, cette application nécessite d'avoir installé so
|
|||
Pour l'instant, bien que le package fonctionne (installation, désinstallation, sauvegarde, restauration...), il n'est pas intégré avec domoticz et mosquitto, les paramétrages doivent être fait manuellement depuis l'application.
|
||||
|
||||
|
||||
**Version incluse :** 9.7.0~ynh1
|
||||
**Version incluse :** 9.7.1~ynh1
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l’app : <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Zwave-JS-UI"
|
|||
description.en = "Full featured Z-Wave Control Panel and MQTT Gateway integrated with domoticz"
|
||||
description.fr = "Panneau de controle Z-Wave et MQTT intégré avec Domoticz"
|
||||
|
||||
version = "9.7.0~ynh1"
|
||||
version = "9.7.1~ynh1"
|
||||
|
||||
maintainers = ["Krakinou"]
|
||||
|
||||
|
@ -43,12 +43,12 @@ ram.runtime = "150M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.7.0/zwave-js-ui-v9.7.0-linux-arm64.zip"
|
||||
arm64.sha256 = "21dcfc32dcbb2b1b6c863d3064bd963866bf9d3c125941414c0053de8d061c24"
|
||||
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.7.0/zwave-js-ui-v9.7.0-linux-armv7.zip"
|
||||
armhf.sha256 = "e1721514674d33799cda4345780494cbce177c98c61d5bc5daec96e61b39b151"
|
||||
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.7.0/zwave-js-ui-v9.7.0-linux.zip"
|
||||
amd64.sha256 = "bde20f03cf151a7f0e41dbf055768d47a08dd1d67ed77b0f470aab72b08aaf8c"
|
||||
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.7.1/zwave-js-ui-v9.7.1-linux-arm64.zip"
|
||||
arm64.sha256 = "0b63759f1c28b028a12acb7ae8df7eb20fae5d6aa5f68523b0e1ceb91e9390d0"
|
||||
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.7.1/zwave-js-ui-v9.7.1-linux-armv7.zip"
|
||||
armhf.sha256 = "e662cc816e12b05299e08078e99c9b4f2de9d740938d6db8dd466a970d6feb4e"
|
||||
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.7.1/zwave-js-ui-v9.7.1-linux.zip"
|
||||
amd64.sha256 = "afdd3de8cde49ace99ab52baa063935d55c53ba689c4546d06e4d2d690504e28"
|
||||
in_subdir = false
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
|
Loading…
Reference in a new issue