From 347b1eb44a8facf9ae3eb469e532d0156e900c7f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 4 May 2024 03:30:39 +0200 Subject: [PATCH] Upgrade to v6.4.0 https://github.com/ampache/ampache/releases/tag/6.4.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 65c4a97..f70327c 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.3.1~ynh1" +version = "6.4.0~ynh1" maintainers = [] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/6.3.1/ampache-6.3.1_all_php8.2.zip" - sha256 = "ed16a050764a0c81566063d05c2e19ade3c116969db043979085b783160ab1e3" + url = "https://github.com/ampache/ampache/releases/download/6.4.0/ampache-6.4.0_all_php8.2.zip" + sha256 = "6154ef12c972e8d020605ff7b9aa9ada1db4adf5384a7cbca0dc3245977752da" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "^ampache-.*_all_php8.2.zip$"