mirror of
https://github.com/YunoHost-Apps/ssbroom_ynh.git
synced 2024-09-03 20:26:29 +02:00
Fix autoupdate
This commit is contained in:
parent
714be6b277
commit
609c5cdae3
1 changed files with 3 additions and 2 deletions
|
@ -60,11 +60,12 @@ ram.runtime = "100M"
|
|||
arm64.url = "https://github.com/YunoHost-Apps/ssbroom_ynh/releases/download/v2.0.6/go-ssb-room_2.0.6_Linux_aarch64.tar.gz"
|
||||
arm64.sha256 = "8f9d357d54fd8bdc1c2e906919ddefef21ae51b13e5ae1939424c6c1e94c9d23"
|
||||
|
||||
# Autoupdate will need manual work, be careful!
|
||||
autoupdate.upstream = "https://github.com/ssbc/go-ssb-room"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.amd64 = "^go-ssb-room_.*_Linux_x86_64.tar.gz$"
|
||||
autoupdate.asset.armhf = "^go-ssb-room_.*_Linux_arm7.tar.gz$"
|
||||
autoupdate.asset.arm64 = "^go-ssb-room_.*_Linux_aarch64.tar.gz$"
|
||||
autoupdate.asset.armhf = "^go-ssb-room_.*_Linux_x86_64.tar.gz$"
|
||||
autoupdate.asset.arm64 = "^go-ssb-room_.*_Linux_x86_64.tar.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue