mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
Fix autoupdate
This commit is contained in:
parent
4bb9f568f0
commit
eb39f3aaee
1 changed files with 3 additions and 1 deletions
|
@ -62,7 +62,9 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
||||||
extract = false
|
extract = false
|
||||||
prefetch = false
|
prefetch = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
autoupdate.asset = "tarball"
|
autoupdate.asset.amd64 = "tarball"
|
||||||
|
autoupdate.asset.arm64 = "tarball"
|
||||||
|
autoupdate.asset.armhf = "tarball"
|
||||||
|
|
||||||
[resources.sources.main_bookworm]
|
[resources.sources.main_bookworm]
|
||||||
amd64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bookworm/main/t/tv/tvheadend_4.3-2098~g44bf691ac~bookworm/tvheadend_4.3-2098~g44bf691ac~bookworm_amd64.deb"
|
amd64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bookworm/main/t/tv/tvheadend_4.3-2098~g44bf691ac~bookworm/tvheadend_4.3-2098~g44bf691ac~bookworm_amd64.deb"
|
||||||
|
|
Loading…
Add table
Reference in a new issue