mirror of
https://github.com/YunoHost-Apps/funkwhale_ynh.git
synced 2024-09-03 18:36:24 +02:00
commit
fefe57592d
4 changed files with 8 additions and 7 deletions
|
@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network.
|
||||
|
||||
**Shipped version:** 1.3.1~ynh1
|
||||
**Shipped version:** 1.3.2~ynh1
|
||||
|
||||
**Demo:** https://demo.funkwhale.audio
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
|
|||
|
||||
Funkwhale est un projet communautaire qui vous permet d'écouter et de partager de la musique et de l'audio au sein d'un réseau ouvert et décentralisé.
|
||||
|
||||
**Version incluse :** 1.3.1~ynh1
|
||||
**Version incluse :** 1.3.2~ynh1
|
||||
|
||||
**Démo :** https://demo.funkwhale.audio
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "Funkwhale"
|
|||
description.en = "Convivial and modern music server"
|
||||
description.fr = "Serveur de musique moderne et convivial"
|
||||
|
||||
version = "1.3.1~ynh1"
|
||||
version = "1.3.2~ynh1"
|
||||
|
||||
maintainers = ["Thovi98"]
|
||||
|
||||
|
@ -44,15 +44,15 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources]
|
||||
[resources.sources.api]
|
||||
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.1/download?job=build_api"
|
||||
sha256 = "22c6cf75397d860d39d4f014b2f0b5f09c3aab3fb6768c13f1aaa3ed831e4649"
|
||||
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.2/download?job=build_api"
|
||||
sha256 = "c821e5cc291eaec144d8b65410c3db0f0391b1fe888b924aca7703436ad9eaab"
|
||||
in_subdir = true
|
||||
extract = true
|
||||
format = "zip"
|
||||
|
||||
[resources.sources.front]
|
||||
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.1/download?job=build_front"
|
||||
sha256 = "9c26b043fa88a8993b25a700376241239bec4a31c34725c63095d03f18a82a82"
|
||||
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.2/download?job=build_front"
|
||||
sha256 = "29fda241b303d1935df663071d5bb45a287db5e5b185eae166e17e3f6ae08b43"
|
||||
in_subdir = true
|
||||
extract = true
|
||||
format = "zip"
|
||||
|
|
|
@ -6,4 +6,5 @@ test_format = 1.0
|
|||
|
||||
test_upgrade_from.7a50028.name = "1.2.9"
|
||||
test_upgrade_from.ae7b6c5.name = "1.2.10"
|
||||
test_uprgade_from.9058c1b.name = "1.3.1"
|
||||
|
||||
|
|
Loading…
Reference in a new issue