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 #74 from YunoHost-Apps/testing

Upgrade to 13.4.1
This commit is contained in:
Krakinou 2023-07-16 10:25:14 +02:00 committed by GitHub
commit 8e8e839596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 12 additions and 12 deletions

View file

@ -20,7 +20,7 @@ Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of s
The program streams or transcodes many different media formats with little or no configuration. It is powered by FFmpeg, MediaInfo, OpenSubtitles, Crowdin, MEncoder, tsMuxeR, AviSynth, VLC and more, which combine to offer support for a wide range of media formats.
**Shipped version:** 13.4.0
**Shipped version:** 13.4.1
## Screenshots
![Screenshot of Universal Media Server](./doc/screenshots/screenshot.png)

View file

@ -19,7 +19,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
Universal Media Server est un serveur multimédia UPnP compatible DLNA. Il peut partager des vidéos, de l'audio et des images avec la pluparts des équipements modernes.
Le programme stream ou transcode de nombreux formats média différents avec peu ou pas de configuration. Il utilise par FFmpeg, MediaInfo, OpenSubtitles, Crowdin, MEncoder, tsMuxeR, AviSynth, VLC et d'autres, qui se combinent pour offrir une grande variété de formats.
**Version incluse :** 13.4.0
**Version incluse :** 13.4.1
## Captures décran
![Capture décran de Universal Media Server](./doc/screenshots/screenshot.png)

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.0/UMS-13.4.0-x86_64.tgz
SOURCE_SUM=b369fe9f4baea932bf5c49f2237c43bde5a406c7c0c1b777168ae7aae02b4a0d
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.1/UMS-13.4.1-x86_64.tgz
SOURCE_SUM=58249a582c8878a2ddde4eb053115fdda43d32d98f62e6f15c99a7f3ce97cb03
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_EXTRACT=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.0/UMS-13.4.0-arm64.tgz
SOURCE_SUM=dd8f21dcd393f81d2954d9ac826030ae1b175bc6fc65349c5d7ace54f6f47544
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.1/UMS-13.4.1-arm64.tgz
SOURCE_SUM=d8467dffb6d69ffcaed030139207496d8de73354f0f101769102051662a112fe
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_EXTRACT=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.0/UMS-13.4.0-armhf.tgz
SOURCE_SUM=0edd857acf7832b3b11d52bbc61eeb442a23a73d4c56336426ff199f52164085
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.1/UMS-13.4.1-armhf.tgz
SOURCE_SUM=ceafdae51937429ccb904c63b70cf07ab9bcf816825ff270185eb5a03a548098
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_EXTRACT=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.0/UMS-13.4.0-x86.tgz
SOURCE_SUM=0e0c764ee1ca2bb7fab712cd795b00f1498c60e77e6f5c7b9ed0eed2720c04c3
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.4.1/UMS-13.4.1-x86.tgz
SOURCE_SUM=6d662b630304597523ac29655efa8e2f81d2fc965bc41165d3799c7cd5c4199f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_EXTRACT=true

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": "13.4.0~ynh1",
"version": "13.4.1~ynh1",
"url": "www.universalmediaserver.com",
"upstream": {
"version": "13.4.0",
"version": "13.4.1",
"license": "GPL-2.0-or-later",
"website": "www.universalmediaserver.com",
"admindoc": "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki",