diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index fb72ba0..a56d7cb 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script @@ -33,7 +33,7 @@ jobs: - name: Create Pull Request id: cpr if: ${{ env.PROCEED == 'true' }} - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v4 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: Update to version ${{ env.VERSION }} diff --git a/README.md b/README.md index 1ed24b8..c5395f8 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ It shall NOT be edited by hand. # Ampache for YunoHost -[![Integration level](https://dash.yunohost.org/integration/ampache.svg)](https://dash.yunohost.org/appci/app/ampache) ![Working status](https://ci-apps.yunohost.org/ci/badges/ampache.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ampache.maintain.svg) +[![Integration level](https://dash.yunohost.org/integration/ampache.svg)](https://dash.yunohost.org/appci/app/ampache) ![Working status](https://ci-apps.yunohost.org/ci/badges/ampache.status.svg) ![Maintenance status](https://ci-apps.yunohost.org/ci/badges/ampache.maintain.svg) + [![Install Ampache with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ampache) *[Lire ce readme en français.](./README_fr.md)* @@ -24,7 +25,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.6~ynh1 +**Shipped version:** 5.6.0~ynh1 **Demo:** https://ampache.org/demo.html diff --git a/README_fr.md b/README_fr.md index 0213a84..4c90c10 100644 --- a/README_fr.md +++ b/README_fr.md @@ -5,15 +5,16 @@ It shall NOT be edited by hand. # Ampache pour YunoHost -[![Niveau d'intégration](https://dash.yunohost.org/integration/ampache.svg)](https://dash.yunohost.org/appci/app/ampache) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ampache.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ampache.maintain.svg) +[![Niveau d’intégration](https://dash.yunohost.org/integration/ampache.svg)](https://dash.yunohost.org/appci/app/ampache) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/ampache.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/ampache.maintain.svg) + [![Installer Ampache avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=ampache) *[Read this readme in english.](./README.md)* -> *Ce package vous permet d'installer Ampache rapidement et simplement sur un serveur YunoHost. -Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.* +> *Ce package vous permet d’installer Ampache rapidement et simplement sur un serveur YunoHost. +Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l’installer et en profiter.* -## Vue d'ensemble +## Vue d’ensemble [Ampache](http://ampache.org) for the love of music. A web based audio/video streaming application and file manager allowing you to access your music & videos from anywhere, using almost any internet enabled device. @@ -24,13 +25,13 @@ 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.6~ynh1 +**Version incluse :** 5.6.0~ynh1 **Démo :** https://ampache.org/demo.html -## Captures d'écran +## Captures d’écran -![Capture d'écran de Ampache](./doc/screenshots/visualizer.png) +![Capture d’écran de Ampache](./doc/screenshots/visualizer.png) ## Avertissements / informations importantes @@ -67,9 +68,9 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour ## Documentations et ressources -* Site officiel de l'app : -* Documentation officielle de l'admin : -* Dépôt de code officiel de l'app : +* Site officiel de l’app : +* Documentation officielle de l’admin : +* Dépôt de code officiel de l’app : * Documentation YunoHost pour cette app : * Signaler un bug : @@ -85,4 +86,4 @@ ou sudo yunohost app upgrade ampache -u https://github.com/YunoHost-Apps/ampache_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file diff --git a/conf/app.src b/conf/app.src index 8a14b66..c7e3f8e 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.5.6/ampache-5.5.6_all_php8.0.zip -SOURCE_SUM=b236b503e0dbc8cef28b03a8e3c692784c5bc905dd3fefadf626515c21c33ea7 +SOURCE_URL=https://github.com/ampache/ampache/releases/download/5.6.0/ampache-5.6.0_all_php8.0.zip +SOURCE_SUM=f200067b5b7c753ed9660991d484a2e20b87afb0dffb16d5c3a54bb6a23cb963 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index c3aff8d..8bbc00a 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.6~ynh1", + "version": "5.6.0~ynh1", "url": "http://ampache.org", "upstream": { "license": "AGPL-3.0",