1
0
Fork 0
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:
Salamandar 2024-04-03 22:45:43 +02:00
parent 4bb9f568f0
commit eb39f3aaee

View file

@ -62,7 +62,9 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
extract = false
prefetch = false
autoupdate.strategy = "latest_github_tag"
autoupdate.asset = "tarball"
autoupdate.asset.amd64 = "tarball"
autoupdate.asset.arm64 = "tarball"
autoupdate.asset.armhf = "tarball"
[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"