diff --git a/README.md b/README.md index 1e2f7cd..b33d71c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Funkwhale is a community-driven project that lets you listen and share music and audio within a decentralized, open network. -**Shipped version:** 1.2.1~ynh1 +**Shipped version:** 1.2.2~ynh1 **Demo:** https://demo.funkwhale.audio diff --git a/README_fr.md b/README_fr.md index f4a7a04..03dc380 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Funkwhale est un projet communautaire qui vous permet d'écouter et de partager de la musique et de l'audio au sein d'un réseau ouvert et décentralisé. -**Version incluse :** 1.2.1~ynh1 +**Version incluse :** 1.2.2~ynh1 **Démo :** https://demo.funkwhale.audio diff --git a/check_process b/check_process index 90b44dc..1277ec6 100644 --- a/check_process +++ b/check_process @@ -21,6 +21,8 @@ upgrade=1 from_commit=74255c1c278562eb174fb13ce538d4754f01186c # 1.1.4~ynh2 upgrade=1 from_commit=313335d5aa851a497fa92cd7ac264f989e1052d9 + # 1.2.1~ynh1 + upgrade=1 from_commit=9fc8b84ba24260e28f791aa9c47688c1a1f085c2 backup_restore=1 multi_instance=1 port_already_use=0 @@ -40,3 +42,5 @@ Notification=all name=1.1.2~ynh1 ; commit=313335d5aa851a497fa92cd7ac264f989e1052d9 name=1.1.4~ynh2 + ; commit=9fc8b84ba24260e28f791aa9c47688c1a1f085c2 + name=1.2.1~ynh1 diff --git a/conf/api.src b/conf/api.src index b5bc3e1..a211ea8 100644 --- a/conf/api.src +++ b/conf/api.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.1/download?job=build_api -SOURCE_SUM=d370dd548102be5477a8d6632ea58e6de42d18bce58078e007c471cb8bb4753f +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.2/download?job=build_api +SOURCE_SUM=f9e5d40f67b83e90e7a0b48410fbe4319897a3849bd25de3769cd19dd66ea599 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=api_master.zip +SOURCE_FILENAME=api_stable.zip SOURCE_EXTRACT=true diff --git a/conf/front.src b/conf/front.src index a3bb332..87de351 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.1/download?job=build_front -SOURCE_SUM=3725d2aa8563dd8989042a1ee4a57cac2d396b5ad20820815775ae724aa8ff0c +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.2/download?job=build_front +SOURCE_SUM=1cce4f6969afdd9338c464456a5d5eb9ade8a70d72431950baa7acff4197d315 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=front_master.zip +SOURCE_FILENAME=front_stable.zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 9f8b4c6..1c15a03 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Modern, convivial and free music server", "fr": "Serveur de musique moderne, convivial et gratuit" }, - "version": "1.2.1~ynh1", + "version": "1.2.2~ynh1", "url": "https://funkwhale.audio", "upstream": { "license": "AGPL-3.0-or-later",