diff --git a/README.md b/README.md index 70cdd12..8d41f71 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.4~ynh1 +**Shipped version:** 1.2.5~ynh1 **Demo:** https://demo.funkwhale.audio diff --git a/README_fr.md b/README_fr.md index 9859ddc..e62a129 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.4~ynh1 +**Version incluse :** 1.2.5~ynh1 **Démo :** https://demo.funkwhale.audio diff --git a/check_process b/check_process index fcecba8..d531f2c 100644 --- a/check_process +++ b/check_process @@ -27,6 +27,8 @@ upgrade=1 from_commit=192afe93f66bb08cc7d487db02dc4d187e5b29e2 # 1.2.3~ynh1 upgrade=1 from_commit=1c1b64b8b04ee917a63580dce21d149182ee319d + # 1.2.4~ynh1 + upgrade=1 from_commit=5961e7283e52963329e30ca22df4d5505adfc256 backup_restore=1 multi_instance=1 port_already_use=0 @@ -52,3 +54,5 @@ Notification=all name=1.2.2~ynh2 ; commit=1c1b64b8b04ee917a63580dce21d149182ee319d name=1.2.3~ynh1 + ; commit=5961e7283e52963329e30ca22df4d5505adfc256 + name=1.2.4~ynh1 diff --git a/conf/api.src b/conf/api.src index ddb8750..4a5d464 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.4/download?job=build_api -SOURCE_SUM=8a1ff070b7bd7205fcfebdb2e8f1c92dd1ffb60fb2fe084a2bab36026575059e +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.5/download?job=build_api +SOURCE_SUM=c941c7aefa6bbacdec246f3af2b2b3f86c47892138835d20fca2acbff71dbaaa SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=api_stable.zip +SOURCE_FILENAME=api_1.2.5.zip SOURCE_EXTRACT=true diff --git a/conf/front.src b/conf/front.src index 58383a3..4dfd236 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.4/download?job=build_front -SOURCE_SUM=82e99ee29d2306cd379a61ae4c2c1d461625b74d24001d51193dafb2f18d9628 +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.5/download?job=build_front +SOURCE_SUM=cb1df2630ab4818250d4363d43600258bdb33f21622b4c58d9cad6589e95b3ae SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=front_stable.zip +SOURCE_FILENAME=front_1.2.5.zip SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 3f37d4a..92f2e3a 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.4~ynh1", + "version": "1.2.5~ynh1", "url": "https://funkwhale.audio", "upstream": { "license": "AGPL-3.0-or-later",