From 5d6fbff00c4f371e784c9d331761a977cad9a35a Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 30 Aug 2024 13:52:02 +0200 Subject: [PATCH] Upgrade sources - `main` v6.6.1: https://github.com/ampache/ampache/releases/tag/6.6.1 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 1f725cc..a50afc8 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.6.0~ynh1" +version = "6.6.1~ynh1" maintainers = [] @@ -47,8 +47,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/6.6.0/ampache-6.6.0_all_php8.2.zip" - sha256 = "f6af4133f499d2601ec3351488295c61ff6490667cf9f41751e2d30872f2cb26" + url = "https://github.com/ampache/ampache/releases/download/6.6.1/ampache-6.6.1_all_php8.2.zip" + sha256 = "56fee77b181217bf63eac55cfe8fc78641bccc5521b274d86c3a5fadf0d10f1f" in_subdir = false autoupdate.strategy = "latest_github_release" autoupdate.asset = "^ampache-.*_all_php8.2.zip$"