From 02900a3e59e986cc698111ecd1ba127051762350 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Jul 2024 03:36:48 +0200 Subject: [PATCH 1/4] Upgrade to v7.0.2 https://github.com/koel/koel/releases/tag/v7.0.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index db44b37..205a7b7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Koel" description.en = "A simple web-based personal audio streaming service." description.fr = "Un simple service web de streaming audio personnel." -version = "7.0.0~ynh1" +version = "7.0.2~ynh1" maintainers = ["tituspijean"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/koel/koel/releases/download/v7.0.0/koel-v7.0.0.tar.gz" - sha256 = "5e80adc93fea3b01dbea36afae6a6de8acbcc1528bdd8707053942ea5b197f28" + url = "https://github.com/koel/koel/releases/download/v7.0.2/koel-v7.0.2.tar.gz" + sha256 = "70ee1d9f045b1e70f69956d8fbd3a94dc2134b9e774b9237d251d0a71667ccba" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^koel-v.*tar.gz$" From 84ccdd2aacb304048a869600a4c19764df2c599e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Jul 2024 01:36:51 +0000 Subject: [PATCH 2/4] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9601b85..eddf1ac 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th Targeting web developers, Koel embraces some of the more modern web technologies to do its job. -**Shipped version:** 7.0.0~ynh1 +**Shipped version:** 7.0.2~ynh1 **Demo:** diff --git a/README_es.md b/README_es.md index 53f162a..20f5b7b 100644 --- a/README_es.md +++ b/README_es.md @@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th Targeting web developers, Koel embraces some of the more modern web technologies to do its job. -**Versión actual:** 7.0.0~ynh1 +**Versión actual:** 7.0.2~ynh1 **Demo:** diff --git a/README_eu.md b/README_eu.md index 6c46eea..63c3035 100644 --- a/README_eu.md +++ b/README_eu.md @@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th Targeting web developers, Koel embraces some of the more modern web technologies to do its job. -**Paketatutako bertsioa:** 7.0.0~ynh1 +**Paketatutako bertsioa:** 7.0.2~ynh1 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 57c6249..e157041 100644 --- a/README_fr.md +++ b/README_fr.md @@ -21,7 +21,7 @@ Un simple service web de streaming audio personnel, écrit en Vue pour le client Destiné aux développeurs web, Koel utilise certaines des technologies web les plus modernes pour accomplir son travail. -**Version incluse :** 7.0.0~ynh1 +**Version incluse :** 7.0.2~ynh1 **Démo :** diff --git a/README_gl.md b/README_gl.md index 2a22be7..bd158a5 100644 --- a/README_gl.md +++ b/README_gl.md @@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th Targeting web developers, Koel embraces some of the more modern web technologies to do its job. -**Versión proporcionada:** 7.0.0~ynh1 +**Versión proporcionada:** 7.0.2~ynh1 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index c5a80ef..f882bf7 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th Targeting web developers, Koel embraces some of the more modern web technologies to do its job. -**分发版本:** 7.0.0~ynh1 +**分发版本:** 7.0.2~ynh1 **演示:** From 75f179c2f0f99d5be1e5a7109409822dca63bf8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 12 Jul 2024 12:13:52 +0200 Subject: [PATCH 3/4] coding style --- manifest.toml | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 205a7b7..5a00794 100644 --- a/manifest.toml +++ b/manifest.toml @@ -42,16 +42,16 @@ ram.runtime = "50M" [resources.sources] - [resources.sources.main] - url = "https://github.com/koel/koel/releases/download/v7.0.2/koel-v7.0.2.tar.gz" - sha256 = "70ee1d9f045b1e70f69956d8fbd3a94dc2134b9e774b9237d251d0a71667ccba" + [resources.sources.main] + url = "https://github.com/koel/koel/releases/download/v7.0.2/koel-v7.0.2.tar.gz" + sha256 = "70ee1d9f045b1e70f69956d8fbd3a94dc2134b9e774b9237d251d0a71667ccba" - autoupdate.strategy = "latest_github_release" - autoupdate.asset = "^koel-v.*tar.gz$" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^koel-v.*tar.gz$" [resources.system_user] allow_email = true - + [resources.install_dir] [resources.data_dir] @@ -62,7 +62,15 @@ ram.runtime = "50M" main.url = "/" [resources.apt] - packages = "php8.2-fpm, php8.2-mysql, php8.2-sqlite3, php8.2-xml, php8.2-mbstring, mariadb-server, ffmpeg" + packages = [ + "php8.2-fpm", + "php8.2-mysql", + "php8.2-sqlite3", + "php8.2-xml", + "php8.2-mbstring", + "mariadb-server", + "ffmpeg", + ] [resources.database] type = "mysql" From 028349ea50fbab6c8bbba31cfd3c8d9e9edf88dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 12 Jul 2024 12:14:13 +0200 Subject: [PATCH 4/4] Add php-gd to deps --- manifest.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 5a00794..bdfcb06 100644 --- a/manifest.toml +++ b/manifest.toml @@ -64,10 +64,11 @@ ram.runtime = "50M" [resources.apt] packages = [ "php8.2-fpm", + "php8.2-gd", + "php8.2-mbstring", "php8.2-mysql", "php8.2-sqlite3", "php8.2-xml", - "php8.2-mbstring", "mariadb-server", "ffmpeg", ]