1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nodered_ynh.git synced 2024-09-03 19:46:25 +02:00

Upgrade to v4.0.1

https://github.com/node-red/node-red/releases/tag/4.0.1
This commit is contained in:
yunohost-bot 2024-06-27 03:45:02 +02:00 committed by YunoHost Bot
parent cd6d5c7e4b
commit 12c69c9fc9

View file

@ -7,7 +7,7 @@ name = "Node-RED"
description.en = "Flow-based programming for the Internet of Things" description.en = "Flow-based programming for the Internet of Things"
description.fr = "Programmation par flux de données pour l'Internet des objets" description.fr = "Programmation par flux de données pour l'Internet des objets"
version = "4.0.0~ynh1" version = "4.0.1~ynh1"
maintainers = ["tituspijean"] maintainers = ["tituspijean"]
@ -51,8 +51,8 @@ ram.runtime = "70M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
url = "https://github.com/node-red/node-red/releases/download/4.0.0/node-red-4.0.0.zip" url = "https://github.com/node-red/node-red/releases/download/4.0.1/node-red-4.0.1.zip"
sha256 = "45cfb8d6f9f12fd8d58dcd243bcc00b95469acdb0ae87cda1746144902b90490" sha256 = "b6ccf026bd3d7eafabf0eb0175fdfe2e64faf956f386aa3ab5f839b23e9d812a"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset = "node-red-.*zip" autoupdate.asset = "node-red-.*zip"