From 02900a3e59e986cc698111ecd1ba127051762350 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 12 Jul 2024 03:36:48 +0200 Subject: [PATCH] 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$"