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-05-13 17:53:03 +02:00 committed by YunoHost Bot
parent fd060238cc
commit 3072b86edc

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 = "13.10.0~ynh1"
version = "13.10.1~ynh1"
maintainers = ["Krakinou"]
@ -56,14 +56,14 @@ ram.runtime = "350M"
[resources]
[resources.sources.main]
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.0/UMS-13.10.0-arm64.tgz"
arm64.sha256 = "14d095abb3674f43f09a680e4e23abc82d25d5d2d63d6532ecef879467ea4405"
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.0/UMS-13.10.0-x86_64.tgz"
amd64.sha256 = "95d20869dde56194a958111f9fc38e26bcb5555af45c824a6586808cafb48756"
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.0/UMS-13.10.0-armhf.tgz"
armhf.sha256 = "5341fd233806011c7a2634993c7c235c0c1b1b2f82e73c2b810f860d775b8fe9"
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.0/UMS-13.10.0-x86.tgz"
i386.sha256 = "267921c24aa4b360e5f9c0884c10035afd99d26cc6e1935a23ad0e1d91e381f9"
arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.1/UMS-13.10.1-arm64.tgz"
arm64.sha256 = "23a332c2415d02c84bbf4ed7221298ac33d268b338625042f22d7309039c8150"
amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.1/UMS-13.10.1-x86_64.tgz"
amd64.sha256 = "516b142172c96c5d287aa779883fd623d1bb423fa640663e1e9cf9d85a443ef7"
armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.1/UMS-13.10.1-armhf.tgz"
armhf.sha256 = "7dff6a98f0eaef4b595a940bf99c67896bf93910ea096f9b10630385f12ec4a0"
i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.10.1/UMS-13.10.1-x86.tgz"
i386.sha256 = "1fb3372ca4c8300d614ac2bfe218109496e1ab0329683e2377fd8e13306215b7"
autoupdate.strategy = "latest_github_release"