diff --git a/README.md b/README.md index 9d61cfe..76a9764 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Shipped version:** 5.5.0~ynh1 +**Shipped version:** 5.5.1~ynh1 **Demo:** https://ampache.org/demo.html diff --git a/README_fr.md b/README_fr.md index a9e7d26..e2a6e33 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour * Integrate with YunoHost users - same username and password * Allow one user to be the administrator (set at the installation) -**Version incluse :** 5.5.0~ynh1 +**Version incluse :** 5.5.1~ynh1 **Démo :** https://ampache.org/demo.html diff --git a/conf/app.src b/conf/app.src index 2873c0a..d41e3d6 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.5.0/ampache-5.5.0_all_php8.0.zip -SOURCE_SUM=d9175ca87d5ff662a0bd18e231662c5a0f1ae9cfda03daed9d02554bf8c54638 +SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.5.1/ampache-5.5.1_all_php8.0.zip +SOURCE_SUM=db5e15823083c1cada0a6525a4014fff72e9d29ec9666dcd96220da7caff84fb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index b633c8a..6ad593e 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web based audio/video streaming application", "fr": "Application de streaming audio et vidéo" }, - "version": "5.5.0~ynh1", + "version": "5.5.1~ynh1", "url": "http://ampache.org", "upstream": { "license": "AGPL-3.0",