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

https://github.com/node-red/node-red/releases/tag/3.1.7
This commit is contained in:
yunohost-bot 2024-03-13 02:46:59 +01:00 committed by YunoHost Bot
parent 6129d1f489
commit cc752d605f

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.6~ynh1"
version = "3.1.7~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.1.6/node-red-3.1.6.zip"
sha256 = "de5e120bc552093ceaf800601e0363d5429bf052e75eb9a1899bfb4d6dea4d1e"
url = "https://github.com/node-red/node-red/releases/download/3.1.7/node-red-3.1.7.zip"
sha256 = "7d13a5a2aba5ec81d24190283f4457bdbbb14422e4e3c317d27bfa75ced0000f"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "node-red-.*zip"