mirror of
https://github.com/YunoHost-Apps/nodered_ynh.git
synced 2024-09-03 19:46:25 +02:00
fix source file and autoupdater
This commit is contained in:
parent
79e3411bb5
commit
92c3c08b2e
1 changed files with 3 additions and 2 deletions
|
@ -48,10 +48,11 @@ ram.runtime = "70M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/node-red/node-red/archive/refs/tags/3.1.4.tar.gz"
|
url = "https://github.com/node-red/node-red/releases/download/3.1.4/node-red-3.1.4.zip"
|
||||||
sha256 = "2691084e08c8c4752a054499d849052495b0c011f0800ad20548e80db46cd999"
|
sha256 = "441c17d5a5bf6e19e2ea9eec3bc1e9af572230c47eee518c2dbb2e7374137f06"
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
autoupdate.asset = "node-red-.*zip"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue