mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Upgrade to v3.1.10
https://github.com/node-red/node-red/releases/tag/3.1.10
This commit is contained in:
parent
8cb810b17f
commit
f86af75f7c
1 changed files with 3 additions and 3 deletions
|
@ -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 = "3.1.9~ynh1"
|
version = "3.1.10~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/3.1.9/node-red-3.1.9.zip"
|
url = "https://github.com/node-red/node-red/releases/download/3.1.10/node-red-3.1.10.zip"
|
||||||
sha256 = "420cbaaa6499ce5d5b9fb3e6bac0ffc24b23eb02f3dc8f4491207015dc7c6052"
|
sha256 = "518fe5b52b940e7eed839ce218cbf7a87c74e25d954c3f6627a8179001ea41bc"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
autoupdate.asset = "node-red-.*zip"
|
autoupdate.asset = "node-red-.*zip"
|
||||||
|
|
Loading…
Add table
Reference in a new issue