From f6829d0972fef17877b1cb0a2fff70ab6d3727ea Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 2 Jul 2024 03:46:28 +0200 Subject: [PATCH] Upgrade to v4.0.2 https://github.com/node-red/node-red/releases/tag/4.0.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a24fa5d..c5e6eb9 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Node-RED" description.en = "Flow-based programming for the Internet of Things" description.fr = "Programmation par flux de données pour l'Internet des objets" -version = "4.0.1~ynh1" +version = "4.0.2~ynh1" maintainers = ["tituspijean"] @@ -51,8 +51,8 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/releases/download/4.0.1/node-red-4.0.1.zip" - sha256 = "b6ccf026bd3d7eafabf0eb0175fdfe2e64faf956f386aa3ab5f839b23e9d812a" + url = "https://github.com/node-red/node-red/releases/download/4.0.2/node-red-4.0.2.zip" + sha256 = "b371247db97e9c0e8d708a836b29d3f3c62942cc14924d72fc9c359037b43b56" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip"