diff --git a/README.md b/README.md index c194897..743ed0a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ @@ -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.2.0~ynh1 +**Shipped version:** 6.2.1~ynh1 **Demo:** https://ampache.org/demo.html @@ -53,4 +53,4 @@ or sudo yunohost app upgrade ampache -u https://github.com/YunoHost-Apps/ampache_ynh/tree/testing --debug ``` -**More info regarding app packaging:** +**More info regarding app packaging:** \ No newline at end of file diff --git a/README_fr.md b/README_fr.md index 10da8b0..6fd5555 100644 --- a/README_fr.md +++ b/README_fr.md @@ -1,5 +1,5 @@ @@ -25,7 +25,7 @@ Ampache est une application Web de streaming audio/vidéo et un gestionnaire de * Intégration avec les utilisateurs YunoHost - mêmes nom d'utilisateur et mot de passe * Autoriser un utilisateur à être l'administrateur (défini lors de l'installation) -**Version incluse :** 6.2.0~ynh1 +**Version incluse :** 6.2.1~ynh1 **Démo :** https://ampache.org/demo.html diff --git a/manifest.toml b/manifest.toml index c079fde..416e7c8 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.2.0~ynh1" +version = "6.2.1~ynh1" maintainers = [] @@ -47,10 +47,11 @@ ram.runtime = "50M" [resources] [resources.sources.main] - url = "https://github.com/ampache/ampache/releases/download/6.2.0/ampache-6.2.0_all_php8.2.zip" - sha256 = "4b91e0fbe6d16c7c5d3d377219852304d7394663c544c3da2b82097b75706270" + url = "https://github.com/ampache/ampache/releases/download/6.2.1/ampache-6.2.1_all_php8.2.zip" + sha256 = "6c6f300735ecb7a571294d84bd27ddad687d0293aa15d435337608d440d36d69" in_subdir = false - autoupdate.strategy = "latest_github_tag" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^ampache-.*_all_php8.2.zip$" [resources.system_user] allow_email = true