From b4b49159eeb97350435ed307ccade72805c964b1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 29 Jul 2024 03:40:50 +0200 Subject: [PATCH] Upgrade sources - `main` v7.0.9: https://github.com/koel/koel/releases/tag/v7.0.9 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index f2eaa2c..cb64f2e 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.8~ynh2" +version = "7.0.9~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.8/koel-v7.0.8.tar.gz" - sha256 = "5e96950c7e0644d585b6c1d9ba6a0bf4d14d0be061513934b818dbf1494f99c8" + url = "https://github.com/koel/koel/releases/download/v7.0.9/koel-v7.0.9.tar.gz" + sha256 = "e8767e78ef98397bfbcfdd67ddae546b3d3388be5481ad2360b29a7e9a20802b" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^koel-v.*tar.gz$"