mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
commit
6ddf659dd5
3 changed files with 9 additions and 9 deletions
|
@ -32,7 +32,7 @@ Navidrome indexes all digital music stored in your hard drive and makes it avail
|
||||||
- Transcoding on the fly. Can be set per user/player. Opus encoding is supported
|
- Transcoding on the fly. Can be set per user/player. Opus encoding is supported
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.51.0~ynh1
|
**Shipped version:** 0.51.1~ynh1
|
||||||
|
|
||||||
**Demo:** https://demo.navidrome.org/app/#/login
|
**Demo:** https://demo.navidrome.org/app/#/login
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Navidrome indexe toute la musique numérique stockée sur votre disque dur et la
|
||||||
- Compatible avec tous les clients subsonique/madsononique/aironique
|
- Compatible avec tous les clients subsonique/madsononique/aironique
|
||||||
- Encodage à la volée. Peut être défini par utilisateur/lecteur. Le codage opus est pris en charge
|
- Encodage à la volée. Peut être défini par utilisateur/lecteur. Le codage opus est pris en charge
|
||||||
|
|
||||||
**Version incluse :** 0.51.0~ynh1
|
**Version incluse :** 0.51.1~ynh1
|
||||||
|
|
||||||
**Démo :** https://demo.navidrome.org/app/#/login
|
**Démo :** https://demo.navidrome.org/app/#/login
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Navidrome"
|
||||||
description.en = "Modern Music Server and Streamer compatible with Subsonic/Airsonic"
|
description.en = "Modern Music Server and Streamer compatible with Subsonic/Airsonic"
|
||||||
description.fr = "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
|
description.fr = "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic"
|
||||||
|
|
||||||
version = "0.51.0~ynh1"
|
version = "0.51.1~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -55,12 +55,12 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
amd64.url = "https://github.com/navidrome/navidrome/releases/download/v0.51.0/navidrome_0.51.0_linux_amd64.tar.gz"
|
amd64.url = "https://github.com/navidrome/navidrome/releases/download/v0.51.1/navidrome_0.51.1_linux_amd64.tar.gz"
|
||||||
amd64.sha256 = "0a39cea889b0c54eb939dcb29837b1a54e0933c212f99d342a18e8f26b4d957d"
|
amd64.sha256 = "74322b784fc79806146241932878a18ec140d120f64a259f42dbe1349d1df768"
|
||||||
arm64.url = "https://github.com/navidrome/navidrome/releases/download/v0.51.0/navidrome_0.51.0_linux_arm64.tar.gz"
|
arm64.url = "https://github.com/navidrome/navidrome/releases/download/v0.51.1/navidrome_0.51.1_linux_arm64.tar.gz"
|
||||||
arm64.sha256 = "cd6117fc6fe01bf6b22928fdeb939a2fe303420120025b5594fdd8a5af3798c3"
|
arm64.sha256 = "1d2a77ddd44468b4fcc094f0fe510b4d4a2b80bce581bc394c343c8211b390fc"
|
||||||
armhf.url = "https://github.com/navidrome/navidrome/releases/download/v0.51.0/navidrome_0.51.0_linux_armv7.tar.gz"
|
armhf.url = "https://github.com/navidrome/navidrome/releases/download/v0.51.1/navidrome_0.51.1_linux_armv7.tar.gz"
|
||||||
armhf.sha256 = "9a0308901453140ee3747faf3eecb92ee1fedaa1f9e508b61490f09af9dae4fe"
|
armhf.sha256 = "bbd2524e6e98ad5c5038c565c57ef1b9eaaac20daf1e7af64c1a26288edd4cee"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
|
|
||||||
autoupdate.strategy = "latest_github_release"
|
autoupdate.strategy = "latest_github_release"
|
||||||
|
|
Loading…
Reference in a new issue