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 v3.1.11

https://github.com/node-red/node-red/releases/tag/3.1.11
This commit is contained in:
yunohost-bot 2024-06-19 03:41:23 +02:00 committed by YunoHost Bot
parent f5a28f81eb
commit 78d6ae5e59

View file

@ -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.1.10~ynh1"
version = "3.1.11~ynh1"
maintainers = ["tituspijean"]
@ -51,8 +51,8 @@ ram.runtime = "70M"
[resources]
[resources.sources.main]
url = "https://github.com/node-red/node-red/releases/download/3.1.10/node-red-3.1.10.zip"
sha256 = "518fe5b52b940e7eed839ce218cbf7a87c74e25d954c3f6627a8179001ea41bc"
url = "https://github.com/node-red/node-red/releases/download/3.1.11/node-red-3.1.11.zip"
sha256 = "d31457cee7ff8e3cb20f27619b7ab9b9f4011c63187b8da843d0195d3353e8bd"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "node-red-.*zip"