From 71220ab6e1068d349a5bc59c8ea7f2c7c40660e3 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 2 Dec 2023 06:01:00 +0000 Subject: [PATCH] Upgrade to v3.1.1 --- conf/app.src | 4 ++-- manifest.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 66a8d12..96f945f 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/3.0.2/node-red-3.0.2.zip -SOURCE_SUM=6c452646648f9e86622148eff2208fb45d2311b5339481f86b445e9e2fa215c5 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/3.1.1/node-red-3.1.1.zip +SOURCE_SUM=db312b76ed0363cca945c2ffb00b3f96427c7ad9c2ceb03a00e4d12bc7537244 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 89ed2fc..cba4756 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Flow-based programming for the Internet of Things", "fr": "Programmation par flux de données pour l'Internet des objets" }, - "version": "3.0.2~ynh3", + "version": "3.1.1~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0", @@ -54,4 +54,4 @@ } ] } -} \ No newline at end of file +}