mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Upgrade to v3.1.4
Changelog: https://github.com/node-red/node-red/releases/tag/3.1.4
This commit is contained in:
parent
e45dcd1fc6
commit
19f812c050
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.0.2~ynh4"
|
version = "3.1.4~ynh1"
|
||||||
|
|
||||||
maintainers = ["tituspijean"]
|
maintainers = ["tituspijean"]
|
||||||
|
|
||||||
|
@ -48,8 +48,8 @@ ram.runtime = "70M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/node-red/node-red/releases/download/3.0.2/node-red-3.0.2.zip"
|
url = "https://github.com/node-red/node-red/archive/refs/tags/3.1.4.tar.gz"
|
||||||
sha256 = "6c452646648f9e86622148eff2208fb45d2311b5339481f86b445e9e2fa215c5"
|
sha256 = "2691084e08c8c4752a054499d849052495b0c011f0800ad20548e80db46cd999"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue