diff --git a/README.md b/README.md index 5d4b2a1..09ebfd1 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Universal Media Server is a DLNA-compliant UPnP Media Server. It is capable of sharing video, audio and images between most modern devices. 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.7.0~ynh1 +**Shipped version:** 13.8.0~ynh1 ## Screenshots @@ -30,6 +30,7 @@ The program streams or transcodes many different media formats with little or no * Official app website: * Official admin documentation: * Upstream app code repository: +* YunoHost Store: * Report a bug: ## Developer info diff --git a/README_fr.md b/README_fr.md index e766a3f..d95332d 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.7.0~ynh1 +**Version incluse :** 13.8.0~ynh1 ## Captures d’écran @@ -30,6 +30,7 @@ Le programme stream ou transcode de nombreux formats média différents avec peu * Site officiel de l’app : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs diff --git a/manifest.toml b/manifest.toml index b7ef50f..8901094 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Universal Media Server" description.en = "A DLNA, UPnP and HTTP(S) Media Server" description.fr = "Un Serveur Multimedia DLNA, UPnP et HTTP(S)" -version = "13.7.0~ynh1" +version = "13.8.0~ynh1" maintainers = ["Krakinou"] @@ -56,14 +56,14 @@ ram.runtime = "350M" [resources] [resources.sources.main] - arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.7.0/UMS-13.7.0-arm64.tgz" - arm64.sha256 = "f51e4b0639ca9233ef777f9baf70ef6f6050bcdad0d48412da687236347cc9e1" - amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.7.0/UMS-13.7.0-x86_64.tgz" - amd64.sha256 = "29cf9bd81702da82fd761b2f5358e294912e31b03ade41857725bfeb4c2440e0" - armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.7.0/UMS-13.7.0-armhf.tgz" - armhf.sha256 = "ddd632ad6f8b1272e159ec750dfffe6309e811b1c43335f9468308ede0158724" - i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.7.0/UMS-13.7.0-x86.tgz" - i386.sha256 = "ba02104a5f1e15cdfaca31f25fb5132d99b93683ddfa9c1a6b239fef917bb112" + arm64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-arm64.tgz" + arm64.sha256 = "66c07d385f1b1e7d0f9f06097216268b9cd6ded7df37ccb502cbe75bad7ba4b5" + amd64.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-x86_64.tgz" + amd64.sha256 = "214dda41f1c5d41df3cc11b4f9a29f6adbe61e4e9e643e8e1b92dcca307eeeb0" + armhf.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-armhf.tgz" + armhf.sha256 = "b9dce551ae83c5c15cb0635880b6d1e7ab104f21ce08114e081be63230f2cea7" + i386.url = "https://github.com/UniversalMediaServer/UniversalMediaServer/releases/download/13.8.0/UMS-13.8.0-x86.tgz" + i386.sha256 = "825eca1211c96d49147bbd1613e24e3b0a94a545403d41428f17cba3cfe71c22" autoupdate.strategy = "latest_github_release"