From 3be7e8b219a138bc0f648ddb25c3741db25ab421 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 28 Aug 2023 20:15:13 +0200 Subject: [PATCH] Upgrade to v6.0.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3a266f9..c151d7e 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 = "5.6.1~ynh1" +version = "6.0.0~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/5.6.1/ampache-5.6.1_all_php8.2.zip" - sha256 = "6b1b278aabfce74bab10384bce67535ee745438798c5fce736607534c93317d9" + url = "https://github.com/ampache/ampache/archive/refs/tags/6.0.0.tar.gz" + sha256 = "e1ee8089364278b40931c45353848ee48c03f893f72b54f745bcd175d70714a2" in_subdir = false autoupdate.strategy = "latest_github_tag"