From 82355e4cc956fd897db411200bd47415432b7c4e Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:30:59 +0200 Subject: [PATCH 1/3] upgrade to 1.3.2 --- manifest.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index 59217cd..1174812 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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" From 7556de16af198ec5ea4579d84858ee6c9dc94e42 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 2 Sep 2023 10:31:02 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a140eb0..09a582b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index e281bd9..2ca7bbf 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 From 1135b1cab23264c009079e68192d6c645559059f Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sat, 2 Sep 2023 12:33:19 +0200 Subject: [PATCH 3/3] Update tests.toml --- tests.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests.toml b/tests.toml index def6a41..3363c43 100644 --- a/tests.toml +++ b/tests.toml @@ -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"