-
Notifications
You must be signed in to change notification settings - Fork 26
Description
It's about which source of the hdhomerun library we use for the add-on.
We are currently using https://github.com/Silicondust/libhdhomerun. The changes are only saved there as commits and never as releases. In addition, the source always lags behind their website there.
Normally I would not care much, only when I look at Ubuntu packages as a comparison (https://packages.ubuntu.com/hirsute/libhdhomerun4), I see the latest with https://download.silicondust.com/hdhomerun/libhdhomerun_20210624.tgz. On github they have 20201023 and increase to new as request opened here Silicondust/libhdhomerun#30, but not was come in.
Only when I see the Ubuntu as the source source version is in front of the addon do I ask myself the question. Otherwise they are always lagging behind with versions on Ubuntu (related to other libraries).
Should we use:
- Like now to take as released URL the sha sum id like https://github.com/Silicondust/libhdhomerun/archive/7c54382fb681d03888b469033e50bebaf4ce6bce.tar.gz?
- Take as URL from https://www.silicondust.com/support/linux/ with now https://download.silicondust.com/hdhomerun/libhdhomerun_20210624.tgz?
- Or to to move newest version to our ftp mirror to have always available?
Try to keep the addons up to date as far as possible so that they don't die. Even if there are no more direct maintainers for some addons, maybe someone will come again hopefully 😅.