From 9b8014ea3475d66877adc381e2977a4fb70b9705 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 3 Sep 2024 03:38:17 +0200 Subject: [PATCH] Upgrade sources - `main` v7.0.12: https://github.com/koel/koel/releases/tag/v7.0.12 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index bbd9326..c6efa7d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Koel" description.en = "Simple web-based personal audio streaming service" description.fr = "Simple service web de streaming audio personnel" -version = "7.0.10~ynh1" +version = "7.0.12~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.10/koel-v7.0.10.tar.gz" - sha256 = "8c3fe63ed0d416a94f456050ccc622be9a94b7d85f585b444d0317201fafc767" + url = "https://github.com/koel/koel/releases/download/v7.0.12/koel-v7.0.12.tar.gz" + sha256 = "d56921b243954b4fcc0b03caa880e85179caf71ed1a0cdc5ef9893ddb2432bbd" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^koel-v.*tar.gz$"