1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Update about the 1.3.3 release

This commit is contained in:
Aurelien Vaillant 2023-09-07 15:27:09 +02:00
parent fefe57592d
commit d825095cf7
4 changed files with 8 additions and 7 deletions

View file

@ -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.2~ynh1
**Shipped version:** 1.3.3~ynh1
**Demo:** https://demo.funkwhale.audio

View file

@ -18,7 +18,7 @@ Si vous navez 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.2~ynh1
**Version incluse :** 1.3.3~ynh1
**Démo :** https://demo.funkwhale.audio

View file

@ -5,7 +5,7 @@ name = "Funkwhale"
description.en = "Convivial and modern music server"
description.fr = "Serveur de musique moderne et convivial"
version = "1.3.2~ynh1"
version = "1.3.3~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.2/download?job=build_api"
sha256 = "c821e5cc291eaec144d8b65410c3db0f0391b1fe888b924aca7703436ad9eaab"
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.3/download?job=build_api"
sha256 = "768eb6706f0f80a59373a8fa30d6808917f8a3f007c391677661e7262a831fae"
in_subdir = true
extract = true
format = "zip"
[resources.sources.front]
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.2/download?job=build_front"
sha256 = "29fda241b303d1935df663071d5bb45a287db5e5b185eae166e17e3f6ae08b43"
url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.3/download?job=build_front"
sha256 = "23252a19ba75ea9e1d25948c004bed7ded396cb3a0b754ff99851776684cac39"
in_subdir = true
extract = true
format = "zip"

View file

@ -7,4 +7,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"
test_uprgade_from.fefe575.name = "1.3.2"