From 0898d6668b93ecd3dc59cf9bfaf594f4cc2e3354 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Thu, 16 Nov 2023 14:22:53 +0100 Subject: [PATCH 1/7] Update with the 1.3.4 version --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index b31cc77..ec359b8 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,15 +44,15 @@ ram.runtime = "50M" [resources] [resources.sources] [resources.sources.api] - url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.3/download?job=build_api" + url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.4/download?job=build_api" sha256 = "1c2906d968089a796752f9444dd777146d5f71c4af3d2f083740759c2ef656fa" in_subdir = true extract = true format = "zip" [resources.sources.front] - url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.3/download?job=build_front" - sha256 = "d0339c4e428a53e444a0c4c9416d7586bacd0fcf1e4d0dbeb48b90473c5ad2bc" + url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.4/download?job=build_front" + sha256 = "fbf0d25153dd16f9c9a70e6bb2b15238a091a9acb36fc1dc2e2766f761f2a17c" in_subdir = true extract = true format = "zip" From fb75f9808b9c4b1a782b087e57df7a54b8d632d0 Mon Sep 17 00:00:00 2001 From: Aurelien Vaillant Date: Thu, 16 Nov 2023 15:13:38 +0100 Subject: [PATCH 2/7] Add unit test update 1.3.3 to 1.3.4 and fix bad hash info --- manifest.toml | 2 +- tests.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ec359b8..ec45484 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,7 +45,7 @@ ram.runtime = "50M" [resources.sources] [resources.sources.api] url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.3.4/download?job=build_api" - sha256 = "1c2906d968089a796752f9444dd777146d5f71c4af3d2f083740759c2ef656fa" + sha256 = "8a05e3cab5c698cb89a23e1cd8b95c0e0ce2a2bea1580e1ec59364a07a870cd5" in_subdir = true extract = true format = "zip" diff --git a/tests.toml b/tests.toml index 91a8d77..d95b565 100644 --- a/tests.toml +++ b/tests.toml @@ -4,4 +4,5 @@ test_format = 1.0 test_upgrade_from.9058c1b.name = "1.3.1" test_upgrade_from.fefe575.name = "1.3.2" + test_upgrade_from.0e8366d.name = "1.3.3" From 0ff49790f1b02fbee3002f357f7b817869374b54 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 16 Nov 2023 21:49:19 +0100 Subject: [PATCH 3/7] fix commit for upgrade_from --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index d95b565..cc1be2b 100644 --- a/tests.toml +++ b/tests.toml @@ -4,5 +4,5 @@ test_format = 1.0 test_upgrade_from.9058c1b.name = "1.3.1" test_upgrade_from.fefe575.name = "1.3.2" - test_upgrade_from.0e8366d.name = "1.3.3" + test_upgrade_from.88dd43d.name = "1.3.3" From 3f40d7785096a226b50465a7c066832cc0675e1b Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 17 Nov 2023 07:55:16 +0100 Subject: [PATCH 4/7] =?UTF-8?q?Change=20commit=20number=20because=20other?= =?UTF-8?q?=20don=E2=80=99t=20work=20=3F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.toml b/tests.toml index cc1be2b..8496494 100644 --- a/tests.toml +++ b/tests.toml @@ -4,5 +4,5 @@ test_format = 1.0 test_upgrade_from.9058c1b.name = "1.3.1" test_upgrade_from.fefe575.name = "1.3.2" - test_upgrade_from.88dd43d.name = "1.3.3" + test_upgrade_from.13391bf.name = "1.3.3" From f0b94b11729f64114736b606e58da2df23a24efd Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Nov 2023 07:51:41 +0000 Subject: [PATCH 5/7] Auto-update README --- README.md | 1 + README_fr.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 82f6c61..9989bf8 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Funkwhale is a community-driven project that lets you listen and share music and * Official user documentation: * 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 9e94a3c..68fc0b8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -32,6 +32,7 @@ Funkwhale est un projet communautaire qui vous permet d'écouter et de partager * Documentation officielle utilisateur : * Documentation officielle de l’admin : * Dépôt de code officiel de l’app : +* YunoHost Store: * Signaler un bug : ## Informations pour les développeurs From 4119a21482984854a3d94676b1098d1fe8dda942 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Fri, 17 Nov 2023 09:01:04 +0100 Subject: [PATCH 6/7] Update package version --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index ec45484..a478ab8 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.3~ynh1" +version = "1.3.4~ynh1" maintainers = ["Thovi98"] From d859331e2c4ff7575fa853f323a02c9495cea5ef Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 17 Nov 2023 08:01:07 +0000 Subject: [PATCH 7/7] 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 9989bf8..8472a5c 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.3~ynh1 +**Shipped version:** 1.3.4~ynh1 **Demo:** https://demo.funkwhale.audio diff --git a/README_fr.md b/README_fr.md index 68fc0b8..88ba9cc 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.3~ynh1 +**Version incluse :** 1.3.4~ynh1 **Démo :** https://demo.funkwhale.audio