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

Merge pull request #85 from YunoHost-Apps/ci-auto-update-3.1.4

Upgrade to v3.1.4
This commit is contained in:
OniriCorpe 2024-02-23 18:34:47 +01:00 committed by GitHub
commit 5dc810ced0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -47,7 +47,7 @@ logging: { // replace the default logging option ...defaultSettings.logging, //
You can check the default settings Yunohost generates at `__INSTALL_DIR__/data/settings.js` and find the documentation for configuring Node-RED here: <https://nodered.org/docs/user-guide/runtime/configuration>
**Shipped version:** 3.0.2~ynh4
**Shipped version:** 3.1.4~ynh1
## Screenshots

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -49,7 +49,7 @@ module.exports = (defaultSettings) => ({
Vous pouvez consulter les paramètres par défaut générez par Yunohost dans `__INSTALL_DIR__/data/settings.js` et trouver la documentation pour configurer Node-RED ici: <https://nodered.org/docs/user-guide/runtime/configuration>
**Version incluse :** 3.0.2~ynh4
**Version incluse :** 3.1.4~ynh1
## Captures décran

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.0.2~ynh4"
version = "3.1.4~ynh1"
maintainers = ["tituspijean"]
@ -48,10 +48,11 @@ ram.runtime = "70M"
[resources]
[resources.sources.main]
url = "https://github.com/node-red/node-red/releases/download/3.0.2/node-red-3.0.2.zip"
sha256 = "6c452646648f9e86622148eff2208fb45d2311b5339481f86b445e9e2fa215c5"
url = "https://github.com/node-red/node-red/releases/download/3.1.4/node-red-3.1.4.zip"
sha256 = "441c17d5a5bf6e19e2ea9eec3bc1e9af572230c47eee518c2dbb2e7374137f06"
autoupdate.strategy = "latest_github_release"
autoupdate.asset = "node-red-.*zip"
[resources.system_user]