From 66b2dc8e139587763145c892c3b8c2c46ba57f42 Mon Sep 17 00:00:00 2001 From: tituspijean Date: Sun, 13 Oct 2019 09:07:02 +0000 Subject: [PATCH] [upg] Upgrade to v1.0.1 --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4872f38..bbb56cc 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to ## Overview Flow-based programming for the Internet of Things. -**Shipped version:** 0.20.5 +**Shipped version:** 1.0.1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 67172b3..f989710 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Vue d'ensemble Programmation par flux de données pour l'Internet des objets. -**Version incluse:** 0.20.5 +**Version incluse:** 1.0.1 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index ceea65e..084fa8d 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/0.20.5/node-red-0.20.5.zip -SOURCE_SUM=9E566F05247B8EDD3DE003A9FCAC740892D9EF716C5A413267EFF1C736801080 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/1.0.1/node-red-1.0.1.zip +SOURCE_SUM=47F5E8602CD5A69F970D631D01E563D6647F8F3FE1C8998D40136A71296C65B2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index c42060c..b06f0a9 100644 --- a/manifest.json +++ b/manifest.json @@ -3,14 +3,14 @@ "id": "nodered", "packaging_format": 1, "description": { - "en": "Node-RED package for YunoHost.", - "fr": "Paquet Node-RED pour YunoHost." + "en": "Flow-based programming for the Internet of Things.", + "fr": "Programmation par flux de données pour l'Internet des objets." }, - "version": "1.0~ynh1", + "version": "1.0.1~ynh1", "url": "https://nodered.org", "license": "apache2", "maintainer": { - "name": "Titus PiJean", + "name": "tituspijean", "email": "tituspijean@outlook.com" }, "requirements": {