mirror of
https://github.com/YunoHost-Apps/zwave-js-ui_ynh.git
synced 2024-09-03 18:06:00 +02:00
Merge pull request #161 from YunoHost-Apps/ci-auto-update-9.16.0
Upgrade to v9.16.0
This commit is contained in:
commit
81a56e22a7
7 changed files with 13 additions and 13 deletions
|
@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
|||
|
||||
|
||||
|
||||
**Shipped version:** 9.14.6~ynh1
|
||||
**Shipped version:** 9.16.0~ynh1
|
||||
## Documentation and resources
|
||||
|
||||
- Official app website: <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||
|
|
|
@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
|||
|
||||
|
||||
|
||||
**Versión actual:** 9.14.6~ynh1
|
||||
**Versión actual:** 9.16.0~ynh1
|
||||
## Documentaciones y recursos
|
||||
|
||||
- Sitio web oficial: <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||
|
|
|
@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
|||
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 9.14.6~ynh1
|
||||
**Paketatutako bertsioa:** 9.16.0~ynh1
|
||||
## Dokumentazioa eta baliabideak
|
||||
|
||||
- Aplikazioaren webgune ofiziala: <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.14.6~ynh1
|
||||
**Version incluse :** 9.16.0~ynh1
|
||||
## Documentations et ressources
|
||||
|
||||
- Site officiel de l’app : <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||
|
|
|
@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
|||
|
||||
|
||||
|
||||
**Versión proporcionada:** 9.14.6~ynh1
|
||||
**Versión proporcionada:** 9.16.0~ynh1
|
||||
## Documentación e recursos
|
||||
|
||||
- Web oficial da app: <https://zwave-js.github.io/zwave-js-ui/#/>
|
||||
|
|
|
@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest
|
|||
|
||||
|
||||
|
||||
**分发版本:** 9.14.6~ynh1
|
||||
**分发版本:** 9.16.0~ynh1
|
||||
## 文档与资源
|
||||
|
||||
- 官方应用网站: <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.14.6~ynh1"
|
||||
version = "9.16.0~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.14.6/zwave-js-ui-v9.14.6-linux-arm64.zip"
|
||||
arm64.sha256 = "73cbf367d4a76bc92d41b15c245209ef058f240d8088340c78fae5fafe5d3039"
|
||||
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.14.6/zwave-js-ui-v9.14.6-linux-armv7.zip"
|
||||
armhf.sha256 = "5a7930994d6ad0a6488e81d0cd016ef7d6c5b36649cb7ecb04eaa217d408d671"
|
||||
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.14.6/zwave-js-ui-v9.14.6-linux.zip"
|
||||
amd64.sha256 = "f11945440420c10fe90e88a40605eb9d669f6f7fdfc5b11c7ecdb3c05399e53f"
|
||||
arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.16.0/zwave-js-ui-v9.16.0-linux-arm64.zip"
|
||||
arm64.sha256 = "3d36f1018e0980ada5190c9e41e893f1f3ea6621a6acff9fd4ec95ce685be6cd"
|
||||
armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.16.0/zwave-js-ui-v9.16.0-linux-armv7.zip"
|
||||
armhf.sha256 = "130febd7a987559cadb0af9428d1de0520551ecf06f5d275360a81d85ba4b136"
|
||||
amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.16.0/zwave-js-ui-v9.16.0-linux.zip"
|
||||
amd64.sha256 = "553b4d53c6e7e28f57061f9bc507e16c271e2385dd8faffe6a1337b85161fe2c"
|
||||
in_subdir = false
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
|
Loading…
Reference in a new issue