mirror of
https://github.com/YunoHost-Apps/ladder_ynh.git
synced 2024-09-03 19:26:23 +02:00
Fix autoupdate.strategy
This commit is contained in:
parent
3b95ac26c4
commit
0c0d6da39f
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ ram.runtime = "20M"
|
||||||
amd64.sha256 = "d7c71df5b0df5962e54a6df1796bfdb21dfc7696d4cbd072b95692b00606c44d"
|
amd64.sha256 = "d7c71df5b0df5962e54a6df1796bfdb21dfc7696d4cbd072b95692b00606c44d"
|
||||||
arm64.url = "https://github.com/everywall/ladder/releases/download/v0.0.21/ladder_linux_arm64.tar.gz"
|
arm64.url = "https://github.com/everywall/ladder/releases/download/v0.0.21/ladder_linux_arm64.tar.gz"
|
||||||
arm64.sha256 = "fc512e8aebb2459d13b97daf1d6ec3b1a7dfb32b24a60c5e1e0d2f804219b11a"
|
arm64.sha256 = "fc512e8aebb2459d13b97daf1d6ec3b1a7dfb32b24a60c5e1e0d2f804219b11a"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_release"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Add table
Reference in a new issue