diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh old mode 100644 new mode 100755 diff --git a/conf/app.src b/conf/app.src index c3f5793..047e97b 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.0.4/node-red-2.0.4.zip -SOURCE_SUM=7bec6ec179b2f84cb57879f792e2688b19d2eb46ce65a02c59c1d3f31edeb6c6 +SOURCE_URL=https://github.com/node-red/node-red/releases/download/2.0.6/node-red-2.0.6.zip +SOURCE_SUM=ddeeb2afebef145715c94b1888b08ee1b69290bb5440b5318c2523bf3bd0f290 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5cbe024..4121e89 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": "2.0.4~ynh1", + "version": "2.0.6~ynh1", "url": "https://nodered.org", "upstream": { "license": "Apache-2.0",