1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00

Upgrade sources

- `main` v14.4.0: https://github.com/UniversalMediaServer/UniversalMediaServer/releases/tag/14.4.0
This commit is contained in:
yunohost-bot 2024-08-30 14:09:34 +02:00 committed by YunoHost Bot
parent 9d1bbf13ff
commit 0823a511aa

View file

@ -5,7 +5,7 @@ name = "Universal Media Server"
description.en = "A DLNA, UPnP and HTTP(S) Media Server"
description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
version = "14.3.0~ynh1"
version = "14.4.0~ynh1"
maintainers = ["Krakinou"]
@ -56,14 +56,14 @@ ram.runtime = "350M"
[resources]
[resources.sources.main]
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.3.0/UMS-14.3.0-arm64.tgz"
arm64.sha256 = "d6829d1bda1146999f17107c5ed43b1f7b2b20fb43953e8fca52b0926034251e"
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.3.0/UMS-14.3.0-x86_64.tgz"
amd64.sha256 = "793931e5db6752823c9ccb77710cfc8ee168c1b601b799d7e239a6b9947603b5"
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.3.0/UMS-14.3.0-armhf.tgz"
armhf.sha256 = "768d38b05e5e9409ed11367f82f9a44c7faf87ae1fa05690838f46b5911157ca"
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.3.0/UMS-14.3.0-x86.tgz"
i386.sha256 = "f5e05184486cc6a08b4d6befa9ae0b74e294198668bbd050cfb7c4899d65b7ac"
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.4.0/UMS-14.4.0-arm64.tgz"
arm64.sha256 = "e95a713b6a1ec805da065cc8e7daf862a0ffe2605046f8b1b5c702e6fadc4408"
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.4.0/UMS-14.4.0-x86_64.tgz"
amd64.sha256 = "9c840ca4094b2ca21b7c0dc4e336352f017dab88afa59c730c91864188a6df0a"
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.4.0/UMS-14.4.0-armhf.tgz"
armhf.sha256 = "266d2f06fd95c73d0f89b2fc81ac1a1cd6c9c7c5f987c31086f28eb525276d53"
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.4.0/UMS-14.4.0-x86.tgz"
i386.sha256 = "1ecbdc469b97abb2f7793dc4b83023b97c1cdefe095b986d0b0fbf58e62c1a4e"
autoupdate.strategy = "latest_github_release"