1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/UMS_ynh.git synced 2024-10-01 13:35:01 +02:00
yunohost-bot 2024-07-01 03:51:12 +02:00 committed by YunoHost Bot
parent 468b757969
commit 8a889fab20

View file

@ -5,7 +5,7 @@ name = "Universal Media Server"
description.en = "A DLNA, UPnP and HTTP(S) Media Server" description.en = "A DLNA, UPnP and HTTP(S) Media Server"
description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)" description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
version = "14.0.2~ynh1" version = "14.1.0~ynh1"
maintainers = ["Krakinou"] maintainers = ["Krakinou"]
@ -56,14 +56,14 @@ ram.runtime = "350M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.0.2/UMS-14.0.2-arm64.tgz" arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.1.0/UMS-14.1.0-arm64.tgz"
arm64.sha256 = "dd529a6f0427570ec992aae552c42f7dd5406c9711e310c942653080ac1c8605" arm64.sha256 = "e964d212fc81864b3a78b53bdb35517684ba8bd42a0664f3046733d0cefd9a78"
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.0.2/UMS-14.0.2-x86_64.tgz" amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.1.0/UMS-14.1.0-x86_64.tgz"
amd64.sha256 = "c50be9ef7b390e06e1d7b2a2071aa545073f69c24d26832c866b70b2c7fc11a3" amd64.sha256 = "b2b7e01de8c98967980a7caea2bf15228f3bd494cb26ae293d1928156d7ad354"
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.0.2/UMS-14.0.2-armhf.tgz" armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.1.0/UMS-14.1.0-armhf.tgz"
armhf.sha256 = "0bf8266b3c2819e5aef732f87093217327a1bbb11d2755e61d6ec503c63dccb8" armhf.sha256 = "4334b862bf536010e97cbff30e69685b06dca8e5269fc7e65135a1b70f25c472"
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.0.2/UMS-14.0.2-x86.tgz" i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/14.1.0/UMS-14.1.0-x86.tgz"
i386.sha256 = "82779b55cd9572242c55e8fe876da8a4a0d9e40a7b2bced7f2fa1edda8a22e59" i386.sha256 = "7ea51a786b8501f30e92ff898646eae08d962038f1ff17e1f33ac6a087594050"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"