From 35e71e5537c46bfff51b0a350dfbbbafd58a1ac1 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 5 Jan 2022 14:24:39 +0100 Subject: [PATCH] Upgrade to 1.2.0 (#160) * Upgrade to 1.2.0 * Update README.md * Update README_fr.md * Upgrade to 1.2.0 * Upgrade to 1.2.0 --- README.md | 4 ++-- README_fr.md | 4 ++-- conf/api.src | 6 +++--- conf/front.src | 6 +++--- manifest.json | 2 +- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 9f456d5..586fffc 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.1.4~ynh2 +**Shipped version:** 1.2.0~ynh1 **Demo:** https://demo.funkwhale.audio @@ -61,4 +61,4 @@ or sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug ``` -**More info regarding app packaging:** https://yunohost.org/packaging_apps \ No newline at end of file +**More info regarding app packaging:** https://yunohost.org/packaging_apps diff --git a/README_fr.md b/README_fr.md index ef076b5..7b47c28 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.1.4~ynh2 +**Version incluse :** 1.2.0~ynh1 **Démo :** https://demo.funkwhale.audio @@ -54,4 +54,4 @@ ou sudo yunohost app upgrade funkwhale -u https://github.com/YunoHost-Apps/funkwhale_ynh/tree/testing --debug ``` -**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps \ No newline at end of file +**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps diff --git a/conf/api.src b/conf/api.src index e5c102a..26942be 100644 --- a/conf/api.src +++ b/conf/api.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.1.4/download?job=build_api -SOURCE_SUM=c3ea7013ffcbeb4e2832cc596cdccb2e2034b4250a25130aa4dc0d648fe03463 +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81307/artifacts/download +SOURCE_SUM=e1802f7798a51c7937c55a085e3470130f435c0307b5ad466b2233313ab935ac 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 6d3c19f..e79335a 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.1.4/download?job=build_front -SOURCE_SUM=83e11273159dd617d16483168300768583b14ffb93cbceec5c4dccdfe2d3fb44 +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/81303/artifacts/download +SOURCE_SUM=700d4967c2d512dccf6c0cff0ca392f2582429faabb76c24563b9490a3f15714 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 a6fe0c3..fae2f6d 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.1.4~ynh2", + "version": "1.2.0~ynh1", "url": "https://funkwhale.audio", "upstream": { "license": "AGPL-3.0-or-later",