From c80ccf39a388ab5a9187e7ffb69c04ffc9dec018 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 24 Jan 2024 21:33:11 +0100 Subject: [PATCH] Upgrade to v3.1.3 Changelog: https://github.com/node-red/node-red/releases/tag/3.1.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 78cdc82..cd752c1 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 = "3.0.2~ynh4" +version = "3.1.3~ynh1" maintainers = ["tituspijean"] @@ -48,8 +48,8 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/releases/download/3.0.2/node-red-3.0.2.zip" - sha256 = "6c452646648f9e86622148eff2208fb45d2311b5339481f86b445e9e2fa215c5" + url = "https://github.com/node-red/node-red/archive/refs/tags/3.1.3.tar.gz" + sha256 = "1d807bf2ef603c561c6187c0870340cb182a212b59922f78e34f983817168049" autoupdate.strategy = "latest_github_release"