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 #75 from YunoHost-Apps/ci-auto-update-v13.5.0

Upgrade to version 13.5.0
This commit is contained in:
Krakinou 2023-08-03 07:47:25 +02:00 committed by GitHub
commit af30b355e5
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.1
**Shipped version:** 13.5.0
## 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.1
**Version incluse :** 13.5.0
## 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.1/UMS-13.4.1-x86_64.tgz
SOURCE_SUM=58249a582c8878a2ddde4eb053115fdda43d32d98f62e6f15c99a7f3ce97cb03
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.5.0/UMS-13.5.0-x86_64.tgz
SOURCE_SUM=1243c598fa2b3c4790399e7a13656b85fefefbe76c6332a38c7ae6bf15355c7b
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.1/UMS-13.4.1-arm64.tgz
SOURCE_SUM=d8467dffb6d69ffcaed030139207496d8de73354f0f101769102051662a112fe
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.5.0/UMS-13.5.0-arm64.tgz
SOURCE_SUM=b916a56a24e70d5454cbffdbd6140e4d20837f1187e6f6f437574c0244b100de
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.1/UMS-13.4.1-armhf.tgz
SOURCE_SUM=ceafdae51937429ccb904c63b70cf07ab9bcf816825ff270185eb5a03a548098
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.5.0/UMS-13.5.0-armhf.tgz
SOURCE_SUM=ac00cf598c0e1b572416c289ec36bb1578993fdf45348faf70558be2ecedb12b
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.1/UMS-13.4.1-x86.tgz
SOURCE_SUM=6d662b630304597523ac29655efa8e2f81d2fc965bc41165d3799c7cd5c4199f
SOURCE_URL=https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.5.0/UMS-13.5.0-x86.tgz
SOURCE_SUM=4535f500d19916aaf4c4d88d8448e8363898fbec81fac250db95b585f9542b8d
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.1~ynh1",
"version": "13.5.0~ynh1",
"url": "www.universalmediaserver.com",
"upstream": {
"version": "13.4.1",
"version": "13.5.0",
"license": "GPL-2.0-or-later",
"website": "www.universalmediaserver.com",
"admindoc": "https://github.com/UniversalMediaServer/UniversalMediaServer/wiki",