From f7f4c10317812fa34cc53b554b1c377fc85284f8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 29 Sep 2023 18:15:16 +0200 Subject: [PATCH] Upgrade to v6.0.3 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 78bcee4..56645cd 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Ampache" description.en = "Web based audio/video streaming application" description.fr = "Application de streaming audio et vidéo" -version = "6.0.2~ynh1" +version = "6.0.3~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/6.0.2/ampache-6.0.2_all_php8.2.zip" - sha256 = "3e36fdcda1b5fb135ab28e5b02a7a9f26f912b49357a2db1962207c006b92e7c" + url = "https://github.com/ampache/ampache/archive/refs/tags/6.0.3.tar.gz" + sha256 = "0d70ce6ee6a3ecb60b7f34d21d90c09a10e126637728ca849ce1ab0f93e42834" in_subdir = false autoupdate.strategy = "latest_github_tag"