diff --git a/README.md b/README.md index 428ae9c..f392211 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Shipped version:** 6.0.1~ynh1 +**Shipped version:** 6.0.2~ynh1 **Demo:** https://ampache.org/demo.html diff --git a/README_fr.md b/README_fr.md index f789f6d..4ed66e9 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Ampache is a web based audio/video streaming application and file manager allowi * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Version incluse :** 6.0.1~ynh1 +**Version incluse :** 6.0.2~ynh1 **Démo :** https://ampache.org/demo.html diff --git a/manifest.toml b/manifest.toml index 84fd4e1..f5e1006 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.1~ynh1" +version = "6.0.2~ynh1" maintainers = [] @@ -43,8 +43,8 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/6.0.1/ampache-6.0.1_all_php8.2.zip" - sha256 = "37cf6fa2f3540e7d1ed51db5f0517f0689119c148f7abfcc6eb62864e87f1119" + url = "https://github.com/ampache/ampache/releases/download/6.0.2/ampache-6.0.2_all_php8.2.zip" + sha256 = "3e36fdcda1b5fb135ab28e5b02a7a9f26f912b49357a2db1962207c006b92e7c" in_subdir = false autoupdate.strategy = "latest_github_tag"