mirror of
https://github.com/YunoHost-Apps/netdata_ynh.git
synced 2024-09-03 19:46:33 +02:00
fix source file and autoupdater
This commit is contained in:
parent
507a5accdd
commit
a27c92b8a2
1 changed files with 3 additions and 2 deletions
|
@ -50,9 +50,10 @@ ram.runtime = "50M"
|
|||
|
||||
[resources.sources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/netdata/netdata/archive/refs/tags/v1.44.3.tar.gz"
|
||||
sha256 = "3581e029f12278194a628b50881e3df1c21f0e6920c8432feca766736d4aa9a8"
|
||||
url = "https://github.com/netdata/netdata/releases/download/v1.44.3/netdata-v1.44.3.tar.gz"
|
||||
sha256 = "50df30a9aaf60d550eb8e607230d982827e04194f7df3eba0e83ff7919270ad2"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.asset = "^netdata-v.*tar.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue