mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
Merge pull request #102 from YunoHost-Apps/ci-auto-update-3.1.10
Upgrade to v3.1.10
This commit is contained in:
commit
f5a28f81eb
8 changed files with 10 additions and 10 deletions
|
@ -1,7 +1,7 @@
|
|||
# All available README files by language
|
||||
|
||||
- [Read the README in English](README.md)
|
||||
- [Lee el README en español](README_es.md)
|
||||
- [Lea el README en español](README_es.md)
|
||||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.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: <https://nodered.org/docs/user-guide/runtime/configuration>
|
||||
|
||||
|
||||
**Shipped version:** 3.1.9~ynh1
|
||||
**Shipped version:** 3.1.10~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
**Versión actual:** 3.1.9~ynh1
|
||||
**Versión actual:** 3.1.10~ynh1
|
||||
|
||||
## Capturas
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
**Paketatutako bertsioa:** 3.1.9~ynh1
|
||||
**Paketatutako bertsioa:** 3.1.10~ynh1
|
||||
|
||||
## Pantaila-argazkiak
|
||||
|
||||
|
|
|
@ -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.1.9~ynh1
|
||||
**Version incluse :** 3.1.10~ynh1
|
||||
|
||||
## Captures d’écran
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
**Versión proporcionada:** 3.1.9~ynh1
|
||||
**Versión proporcionada:** 3.1.10~ynh1
|
||||
|
||||
## Capturas de pantalla
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
||||
**分发版本:** 3.1.9~ynh1
|
||||
**分发版本:** 3.1.10~ynh1
|
||||
|
||||
## 截图
|
||||
|
||||
|
|
|
@ -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.9~ynh1"
|
||||
version = "3.1.10~ynh1"
|
||||
|
||||
maintainers = ["tituspijean"]
|
||||
|
||||
|
@ -51,8 +51,8 @@ ram.runtime = "70M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/node-red/node-red/releases/download/3.1.9/node-red-3.1.9.zip"
|
||||
sha256 = "420cbaaa6499ce5d5b9fb3e6bac0ffc24b23eb02f3dc8f4491207015dc7c6052"
|
||||
url = "https://github.com/node-red/node-red/releases/download/3.1.10/node-red-3.1.10.zip"
|
||||
sha256 = "518fe5b52b940e7eed839ce218cbf7a87c74e25d954c3f6627a8179001ea41bc"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "node-red-.*zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue