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

Merge pull request #23 from YunoHost-Apps/testing

10.12.0
This commit is contained in:
Krakinou 2021-09-18 14:42:11 +02:00 committed by GitHub
commit 9ec4f0e542
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 9 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
A DLNA, UPnP and HTTP(S) Media Server
**Shipped version:** 10.11.0
**Shipped version:** 10.12.0

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Un Serveur Multimedia DLNA, UPnP et HTTP(S)
**Version incluse :** 10.11.0
**Version incluse :** 10.12.0

View file

@ -6,10 +6,10 @@
"en": "A DLNA, UPnP and HTTP(S) Media Server",
"fr": "Un Serveur Multimedia DLNA, UPnP et HTTP(S)"
},
"version": "10.11.0~ynh1",
"version": "10.12.0~ynh1",
"url": "www.universalmediaserver.com",
"upstream": {
"version": "10.11.0",
"version": "10.12.0",
"license": "GPL-2.0-or-later",
"website": "www.universalmediaserver.com",
"admindoc": "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki",

View file

@ -9,11 +9,11 @@ pkg_dependencies="mediainfo dcraw p7zip"
mach=`uname -m`
sha256_arm64=365f475fbf6bfa1707059c58f04d8bd278ac198687ed079cdf9558ce907f99e8
sha256_armel=b2a2183fa1c8fb7fd21b26350de99e4111443be1418eaf1245b46d893fa1dda4
sha256_armhf=f3058462c4134bee62616c46b0642396ca61a393f2f1238052d1dc2af156234c
sha256_x86_64=a6d5fd04bbece4f8f5ecfb62e6d7cdb5b03f58d13fb1428d7568b8f97389d129
sha256_x86=8b9dd457ff8c86c15f6ca06335c7c62c750547911ed740195c9447e9d3e84888
sha256_arm64=511df8e139974222fbd6803ac901d9e17041b4cc5763ccf879ea70cd7b5265b8
sha256_armel=c3b52a8a086723ecb67b7a970dc7e7f90698fb6da0957afb0aa69fb03e066b6d
sha256_armhf=8e85204a7648a11b8d993aee277ecd43ab0fd6cb4541b7d16dfbb332b2b2a3e1
sha256_x86_64=d66170780699533810fbefee81a688cae6d18972a810eebc566aa4e2e636c919
sha256_x86=268e43886a4312f5eaaae06f6d081e8f217bb2b5bbb2b84566946bced92f6d48
case "$mach" in
"armv6l" ) mach="armel"