Skip to content

Commit c839283

Browse files
authored
Merge pull request #311 from YunoHost-Apps/testing
Testing
2 parents e34ce54 + 7daa80f commit c839283

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Convivial and modern music server
1212

1313
[![🌐 Official app website](https://img.shields.io/badge/Official_app_website-darkgreen?style=for-the-badge)](https://funkwhale.audio/)
1414
[![App Demo](https://img.shields.io/badge/App_Demo-blue?style=for-the-badge)](https://demo.funkwhale.audio)
15-
[![Version: 2.0.1~ynh6](https://img.shields.io/badge/Version-2.0.1~ynh6-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/funkwhale/)
15+
[![Version: 2.0.6~ynh6](https://img.shields.io/badge/Version-2.0.6~ynh6-rgb(18,138,11)?style=for-the-badge)](https://ci-apps.yunohost.org/ci/apps/funkwhale/)
1616

1717
<div align="center">
1818
<a href="https://apps.yunohost.org/app/funkwhale"><img height="100px" src="https://github.com/YunoHost/yunohost-artwork/raw/refs/heads/main/badges/neopossum-badges/badge_more_info_on_the_appstore.svg"/></a>

manifest.toml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description.gl = "Servidor de música moderno e amigable"
77
description.ca = "Servidor de música modern i convivial"
88
description.fr = "Serveur de musique moderne et convivial"
99

10-
version = "2.0.1~ynh6"
10+
version = "2.0.6~ynh6"
1111

1212
maintainers = ["Thovi98"]
1313

@@ -21,13 +21,12 @@ code = "https://dev.funkwhale.audio/funkwhale/funkwhale"
2121
fund = "https://next.funkwhale.audio/donate/"
2222

2323
[integration]
24-
yunohost = ">= 12.1.38"
24+
yunohost = ">= 12.1.39"
2525
helpers_version = "2.1"
2626
architectures = "all"
2727
multi_instance = true
2828

2929
ldap = true
30-
3130
sso = true
3231

3332
disk = "50M"
@@ -52,17 +51,17 @@ ram.runtime = "50M"
5251
[resources]
5352
[resources.sources]
5453
[resources.sources.api]
55-
# url = "http://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/2.0.1/download?job=build_api"
56-
url = "https://github.com/YunoHost-Apps/funkwhale_ynh/releases/download/2.0.1/api_stable.zip"
57-
sha256 = "7f2492a3d4132543343a93585fbe0c7bf9b6c5121c6fef40fd091608b42485ae"
54+
# url = "http://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/2.0.6/download?job=build_api"
55+
url = "https://github.com/YunoHost-Apps/funkwhale_ynh/releases/download/2.0.6/api_2.0.6.zip"
56+
sha256 = "8f3c69da89aeeddd6daae073a65400bb8f69dbbfd7ffe86bcf223d310f7c9c10"
5857
in_subdir = true
5958
extract = true
6059
format = "zip"
6160

6261
[resources.sources.front]
63-
# url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/2.0.1/download?job=build_front"
64-
url = "https://github.com/YunoHost-Apps/funkwhale_ynh/releases/download/2.0.1/front_stable.zip"
65-
sha256 = "5b48dfdff4fb3c28170f8ef7067cee22b278f93d3682c4dd4f9472e8cfad9561"
62+
# url = "https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/2.0.6/download?job=build_front"
63+
url = "https://github.com/YunoHost-Apps/funkwhale_ynh/releases/download/2.0.6/front_2.0.6.zip"
64+
sha256 = "98e012000e777502a8136a7fe395815c6130716882542fcd00e9e897a6d447da"
6665
in_subdir = true
6766
extract = true
6867
format = "zip"

0 commit comments

Comments
 (0)