From e94b37065fb736a55b2b7ac2ea5a4c003d891257 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 1 Mar 2024 21:38:35 +0100 Subject: [PATCH 1/2] Upgrade to v3.1.6 https://github.com/node-red/node-red/releases/tag/3.1.6 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index afe7475..16e1bbe 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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.5~ynh1" +version = "3.1.6~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.5/node-red-3.1.5.zip" - sha256 = "fae7500b0908833f8ad9c06d81b34c513b6ebd87f18d4a8ea993d62b971b94af" + url = "https://github.com/node-red/node-red/releases/download/3.1.6/node-red-3.1.6.zip" + sha256 = "de5e120bc552093ceaf800601e0363d5429bf052e75eb9a1899bfb4d6dea4d1e" autoupdate.strategy = "latest_github_release" autoupdate.asset = "node-red-.*zip" From 152a6623e7981b0beac0d6c15c8e3209916a4eea Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 1 Mar 2024 20:39:08 +0000 Subject: [PATCH 2/2] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87157d6..72aa001 100644 --- a/README.md +++ b/README.md @@ -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: -**Shipped version:** 3.1.5~ynh1 +**Shipped version:** 3.1.6~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 9c154ae..7f07ad6 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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: -**Version incluse :** 3.1.5~ynh1 +**Version incluse :** 3.1.6~ynh1 ## Captures d’écran