From 65ad464c06ec2058737e63485f47750834c89a2e Mon Sep 17 00:00:00 2001 From: Tagada <36127788+Tagadda@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:00:51 +0100 Subject: [PATCH 1/3] Update manifest.toml --- manifest.toml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3b45e13..4fdce23 100644 --- a/manifest.toml +++ b/manifest.toml @@ -19,7 +19,7 @@ fund = "https://liberapay.com/robertsLando/donate" [integration] yunohost = ">= 11.1.18" -architectures = [ "amd64", "armhf", "arm64" ] +architectures = [ "amd64", "arm64" ] multi_instance = false ldap = "not_relevant" sso = "not_relevant" @@ -45,8 +45,6 @@ ram.runtime = "150M" [resources.sources.main] arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux-arm64.zip" arm64.sha256 = "bd58a6e7d69ef51e4221b81e30a88035b9f555a51b17c75f257c88475689f22f" - armhf.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux-armv7.zip" - armhf.sha256 = "7b1e07470931ca1f81f610b74631599c953b11231fe414a29458a12695a64ca8" amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux.zip" amd64.sha256 = "cce3f69f12a3a9260a1d3063628dd895e271b03d8d45a868e165b3814e66da1f" in_subdir = false @@ -55,7 +53,6 @@ ram.runtime = "150M" autoupdate.asset.arm64 = ".*-arm64.zip" autoupdate.asset.amd64 = ".*-linux.zip" - autoupdate.asset.armhf = ".*-armv7.zip" [resources.system_user] From 4058ac2359ad80cb3d5f712c6182ab2684a83be8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Nov 2023 17:19:25 +0100 Subject: [PATCH 2/3] Upgrade to v9.4.0 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 4fdce23..2323955 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.3.2~ynh1" +version = "9.4.0~ynh1" maintainers = ["Krakinou"] @@ -43,10 +43,10 @@ ram.runtime = "150M" [resources] [resources.sources.main] - arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux-arm64.zip" - arm64.sha256 = "bd58a6e7d69ef51e4221b81e30a88035b9f555a51b17c75f257c88475689f22f" - amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.3.2/zwave-js-ui-v9.3.2-linux.zip" - amd64.sha256 = "cce3f69f12a3a9260a1d3063628dd895e271b03d8d45a868e165b3814e66da1f" + arm64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.4.0/zwave-js-ui-v9.4.0-linux-arm64.zip" + arm64.sha256 = "9e38e7b512d2216daca38f242cd49b116fc85940a625e79cfe11b7c4ac3b1bb1" + amd64.url = "https://github.com/zwave-js/zwave-js-ui/releases/download/v9.4.0/zwave-js-ui-v9.4.0-linux.zip" + amd64.sha256 = "eaf69823e8631e436b0e9509df074a8fa6ae19fab33fc9e15b6c68fe88765db0" in_subdir = false autoupdate.strategy = "latest_github_release" From c121b4b25f0dae6ce1ec5bd65c7a6d5f33dce1ca Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 20 Nov 2023 16:19:30 +0000 Subject: [PATCH 3/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c269553..4161f72 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ For now, although the package is fully functional (install, remove, backup, rest -**Shipped version:** 9.3.2~ynh1 +**Shipped version:** 9.4.0~ynh1 ## Documentation and resources * Official app website: diff --git a/README_fr.md b/README_fr.md index 5e49bdc..d91d47b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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.3.2~ynh1 +**Version incluse :** 9.4.0~ynh1 ## Documentations et ressources * Site officiel de l’app :