From f39c6ad6e757858fb38d349e13d30cb1d3d4f5fa Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 9 Jan 2024 17:16:51 +0100 Subject: [PATCH 1/5] Upgrade to v6.12.1 Changelog: https://github.com/koel/koel/releases/tag/v6.12.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c252797..5285cdb 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 = "6.11.2~ynh1" +version = "6.12.1~ynh1" maintainers = ["tituspijean"] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/koel/koel/releases/download/v6.11.2/koel-v6.11.2.tar.gz" - sha256 = "db344b927be7a403712c3f4198288c01792dd1dc54af9b76b4ea16d6e62e5dc7" + url = "https://github.com/koel/koel/archive/refs/tags/v6.12.1.tar.gz" + sha256 = "605913a2edfb21322dfd4692b83c8b90c805aad6c2f88831702f2b76356dc07d" autoupdate.strategy = "latest_github_release" From ad67111128ab0ca0e1a248e15cf78bbdcbbb03b9 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 9 Jan 2024 16:16:53 +0000 Subject: [PATCH 2/5] 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 4282f28..1cfd9b3 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:** 6.11.2~ynh1 +**Shipped version:** 6.12.1~ynh1 **Demo:** https://demo.koel.dev diff --git a/README_fr.md b/README_fr.md index 968b084..57f3fa8 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 :** 6.11.2~ynh1 +**Version incluse :** 6.12.1~ynh1 **Démo :** https://demo.koel.dev From aae14b5967737dce419ce16915bf019d32d28516 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 23:07:12 +0100 Subject: [PATCH 3/5] fix asset --- manifest.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.toml b/manifest.toml index 5285cdb..2e0601d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -47,6 +47,7 @@ ram.runtime = "50M" sha256 = "605913a2edfb21322dfd4692b83c8b90c805aad6c2f88831702f2b76356dc07d" autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^koel-v.*tar.gz$" [resources.system_user] allow_email = true From 4a48b38ed064828c22e622264448e6830c5efec7 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Feb 2024 22:07:16 +0000 Subject: [PATCH 4/5] Auto-update README --- README.md | 4 ++-- README_fr.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1cfd9b3..03061d2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -49,4 +49,4 @@ or sudo yunohost app upgrade koel -u https://github.com/YunoHost-Apps/koel_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 57f3fa8..a457b9b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ From 01997a14848513bef92c4b48bac2f1ba77273cc9 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 22 Feb 2024 23:07:52 +0100 Subject: [PATCH 5/5] fix source file --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2e0601d..3096e70 100644 --- a/manifest.toml +++ b/manifest.toml @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/koel/koel/archive/refs/tags/v6.12.1.tar.gz" - sha256 = "605913a2edfb21322dfd4692b83c8b90c805aad6c2f88831702f2b76356dc07d" + url = "https://github.com/koel/koel/releases/download/v6.12.1/koel-v6.12.1.tar.gz" + sha256 = "d6526eea07374e20b6cd627126edaff92ff5881c51d1947705613a0d0b7061f2" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^koel-v.*tar.gz$"