diff --git a/conf/app.arm64.src b/conf/app.arm64.src index 70f3ed7..117e9b1 100644 --- a/conf/app.arm64.src +++ b/conf/app.arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-arm64.tgz -SOURCE_SUM=13b2aa5067c29fcb77956e0804ee96935cf731d1a88d3a24c15dd70964d45c73 -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-arm64.tgz +SOURCE_SUM=b0f3bd25e718713484e449878c8ada2f32576fb1bc10f39e57e4ec0ae0e3e04c SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/conf/app.armel.src b/conf/app.armel.src index 7e2367a..cd27c9d 100644 --- a/conf/app.armel.src +++ b/conf/app.armel.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-armel.tgz -SOURCE_SUM=f0f9b517fbcedd4b4883ef5de1a6bd96ba1740658220f52037fdb6a4a14d8543 -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-armel.tgz +SOURCE_SUM=c8405c8347cee916eed4d6850a4ebde28f87b5031c196106859c2f43f5f01a68 SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/conf/app.armhf.src b/conf/app.armhf.src index c9136d8..f76c51a 100644 --- a/conf/app.armhf.src +++ b/conf/app.armhf.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-armhf.tgz -SOURCE_SUM=864924728649edb50a0b679fd058dcf0e6e4abbcf96a4ceb0c63e48f6b5514ce -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-armhf.tgz +SOURCE_SUM=4bbf09e93b0ac2887d0e1579f320f35d701d84ed48cb02a61aa464bd5a148520 SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/conf/app.x86.src b/conf/app.x86.src index d19fdfa..75902a4 100644 --- a/conf/app.x86.src +++ b/conf/app.x86.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/__UPSTREAM_VERSION__/UMS-__UPSTREAM_VERSION__-x86_64.tgz -SOURCE_SUM=32cd336096e373bf8b05d2b654bdac688b6daba3e0317be8ae63436820bdb6a4 -SOURCE_FORMAT=tgz +SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.0.0/UMS-13.0.0-x86.tgz +SOURCE_SUM=8de48d05cadaacc10daeaf8d0c5b317f1caf04423dc397bc68aa6990bb0452bc SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tgz SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 4b8ca21..8b13789 100644 --- a/manifest.json +++ b/manifest.json @@ -1,78 +1 @@ -{ - "name": "Universal Media Server", - "id": "ums", - "packaging_format": 1, - "description": { - "en": "A DLNA, UPnP and HTTP(S) Media Server", - "fr": "Un Serveur Multimedia DLNA, UPnP et HTTP(S)" - }, - "version": "11.5.0~ynh2", - "url": "www.universalmediaserver.com", - "upstream": { - "version": "11.5.0", - "license": "GPL-2.0-or-later", - "website": "www.universalmediaserver.com", - "admindoc": "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki", - "code": "https://github.com/UniversalMediaServer/UniversalMediaServer" - }, - "license": "GPL-2.0-or-later", - "maintainer": { - "name": "Krakinou", - "email": "misterl56@hotmail.com" - }, - "requirements": { - "yunohost": ">= 11.0.9" - }, - "multi_instance": false, - "services": [ - "nginx" - ], - "arguments": { - "install" : [ - { - "name": "domain", - "type": "domain", - "help": { - "en": "UMS require its own subdomain", - "fr": "UMS a besoin de son propre sous-domaine" - } - }, - { - "name": "is_public", - "type": "boolean", - "default": true, - "help": { - "en" : "Everybody will be able to access your media on the internet without connecting to Yunohost", - "fr" : "Tout le monde pourra voir vos media sans se connecter à Yunohost" - } - }, - { - "name":"server_name", - "type":"string", - "example":"MyUMS", - "default": "UniversalMediaServer", - "ask": { - "en": "By which name should UMS be identified by your renderer", - "fr": "Par quel nom UMS doit-il être identifié par vos appareils" - }, - "help": { - "en": "This has no impact on the way the server will work and is only use to identify it on the network", - "fr": "Ceci n a aucun impact sur le fonctionnement du serveur et sert uniquement à l identifier sur le réseau" - } - }, - { - "name":"interface", - "type": "string", - "default": "eth0", - "ask": { - "en" : "Which network interface do you want to use?", - "fr" : "Quel réseau souhaitez vous utiliser?" - }, - "help": { - "en": "On lan, the interface is usually eth0, on wifi it s usually wlan0", - "fr": "En filaire, l interface est souvent eth0, en wifi wlan0" - } - } - ] - } -} +