diff --git a/README.md b/README.md index 0cb40ba..59a661d 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/README_fr.md b/README_fr.md index 7b9c4a0..1a9bb6e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez 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) diff --git a/conf/amd64.src b/conf/amd64.src index a173964..dc76e17 100644 --- a/conf/amd64.src +++ b/conf/amd64.src @@ -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 diff --git a/conf/arm64.src b/conf/arm64.src index 903729e..35d777c 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -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 diff --git a/conf/armhf.src b/conf/armhf.src index e2ec49f..c06119d 100644 --- a/conf/armhf.src +++ b/conf/armhf.src @@ -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 diff --git a/conf/i386.src b/conf/i386.src index 6007f17..79ffccd 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -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 diff --git a/manifest.json b/manifest.json index 2607f74..0f868e0 100644 --- a/manifest.json +++ b/manifest.json @@ -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",