mirror of
https://github.com/YunoHost-Apps/tvheadend_ynh.git
synced 2024-10-01 13:34:50 +02:00
fix packages versions
This commit is contained in:
parent
a3724825e8
commit
df66b8264c
2 changed files with 12 additions and 15 deletions
|
@ -49,13 +49,13 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
type = "password"
|
||||
|
||||
[resources]
|
||||
[resources.sources.main_buster]
|
||||
amd64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/buster/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~buster/tvheadend_4.3-2192~gc9b38a81a~buster_amd64.deb"
|
||||
amd64.sha256 = "faf486839aa96058b20bd14242cde15371072d69b92313f9a60c63fa21bfc27a"
|
||||
armhf.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/buster/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~buster/tvheadend_4.3-2192~gc9b38a81a~buster_armhf.deb"
|
||||
armhf.sha256 = "8c5e16b2320f3de4bd145bdd4de8cd5be6298b3b61412c943435c756b1c508d2"
|
||||
arm64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/buster/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~buster/tvheadend_4.3-2192~gc9b38a81a~buster_arm64.deb"
|
||||
arm64.sha256 = "8e5464ab7d5634942fe5da7d68a773b1dcd09b4736c4994a2065705b556e25dc"
|
||||
[resources.sources.main_bullseye]
|
||||
amd64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bullseye/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~bullseye/tvheadend_4.3-2192~gc9b38a81a~bullseye_amd64.deb"
|
||||
amd64.sha256 = "e8f027620c5af52a805809ff6b42ee321db775f92fb161a6e5875f936f577782"
|
||||
armhf.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bullseye/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~bullseye/tvheadend_4.3-2192~gc9b38a81a~bullseye_armhf.deb"
|
||||
armhf.sha256 = "2b34f372c6272e47880555dd67a1aba23b0410d4b69d5aee41483829bcb3ef89"
|
||||
arm64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bullseye/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~bullseye/tvheadend_4.3-2192~gc9b38a81a~bullseye_arm64.deb"
|
||||
arm64.sha256 = "f672912eb67fe3ac9d469c55d87ce2dde097d441413c862eef758e49b140c5a8"
|
||||
rename = "tvheadend.deb"
|
||||
|
||||
format = "whatever"
|
||||
|
@ -64,13 +64,9 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
autoupdate.strategy = "latest_github_tag"
|
||||
autoupdate.asset = "tarball"
|
||||
|
||||
[resources.sources.main_bullseye]
|
||||
amd64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bullseye/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~bullseye/tvheadend_4.3-2192~gc9b38a81a~bullseye_amd64.deb"
|
||||
amd64.sha256 = "e8f027620c5af52a805809ff6b42ee321db775f92fb161a6e5875f936f577782"
|
||||
armhf.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bullseye/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~bullseye/tvheadend_4.3-2192~gc9b38a81a~bullseye_armhf.deb"
|
||||
armhf.sha256 = "2b34f372c6272e47880555dd67a1aba23b0410d4b69d5aee41483829bcb3ef89"
|
||||
arm64.url = "https://dl.cloudsmith.io/public/tvheadend/tvheadend/deb/debian/pool/bullseye/main/t/tv/tvheadend_4.3-2192~gc9b38a81a~bullseye/tvheadend_4.3-2192~gc9b38a81a~bullseye_arm64.deb"
|
||||
arm64.sha256 = "f672912eb67fe3ac9d469c55d87ce2dde097d441413c862eef758e49b140c5a8"
|
||||
[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.sha256 = "18a95b1d9c0556590a3089f48cf95d851069eaaba2f4066ea52da2b9d27f5920"
|
||||
rename = "tvheadend.deb"
|
||||
|
||||
format = "whatever"
|
||||
|
|
|
@ -5,7 +5,8 @@
|
|||
#=================================================
|
||||
|
||||
debian=$(lsb_release --codename --short)
|
||||
pkg_version="4.3-2192"
|
||||
pkg_version_bullseye="4.3-2192~gc9b38a81a~bullseye"
|
||||
pkg_version_bookworm="4.3-2098~g44bf691ac~bookworm"
|
||||
|
||||
#=================================================
|
||||
# PERSONAL HELPERS
|
||||
|
|
Loading…
Reference in a new issue