From 92c3c08b2e2945a3e8432fbc35502b3190017c81 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 23:43:39 +0100 Subject: [PATCH] fix source file and autoupdater --- manifest.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index f328a82..e619dff 100644 --- a/manifest.toml +++ b/manifest.toml @@ -48,10 +48,11 @@ ram.runtime = "70M" [resources] [resources.sources.main] - url = "https://github.com/node-red/node-red/archive/refs/tags/3.1.4.tar.gz" - sha256 = "2691084e08c8c4752a054499d849052495b0c011f0800ad20548e80db46cd999" + url = "https://github.com/node-red/node-red/releases/download/3.1.4/node-red-3.1.4.zip" + sha256 = "441c17d5a5bf6e19e2ea9eec3bc1e9af572230c47eee518c2dbb2e7374137f06" autoupdate.strategy = "latest_github_release" + autoupdate.asset = "node-red-.*zip" [resources.system_user]