1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/funkwhale_ynh.git synced 2024-09-03 18:36:24 +02:00

Merge pull request #166 from Thovi98/Upgrade-to-1.2.2

Upgrade to 1.2.2
This commit is contained in:
yalh76 2022-02-15 19:46:19 +01:00 committed by GitHub
commit 7d6b18b699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 11 deletions

View file

@ -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. 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 **Demo:** https://demo.funkwhale.audio

View file

@ -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é. 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 **Démo :** https://demo.funkwhale.audio

View file

@ -21,6 +21,8 @@
upgrade=1 from_commit=74255c1c278562eb174fb13ce538d4754f01186c upgrade=1 from_commit=74255c1c278562eb174fb13ce538d4754f01186c
# 1.1.4~ynh2 # 1.1.4~ynh2
upgrade=1 from_commit=313335d5aa851a497fa92cd7ac264f989e1052d9 upgrade=1 from_commit=313335d5aa851a497fa92cd7ac264f989e1052d9
# 1.2.1~ynh1
upgrade=1 from_commit=9fc8b84ba24260e28f791aa9c47688c1a1f085c2
backup_restore=1 backup_restore=1
multi_instance=1 multi_instance=1
port_already_use=0 port_already_use=0
@ -40,3 +42,5 @@ Notification=all
name=1.1.2~ynh1 name=1.1.2~ynh1
; commit=313335d5aa851a497fa92cd7ac264f989e1052d9 ; commit=313335d5aa851a497fa92cd7ac264f989e1052d9
name=1.1.4~ynh2 name=1.1.4~ynh2
; commit=9fc8b84ba24260e28f791aa9c47688c1a1f085c2
name=1.2.1~ynh1

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.1/download?job=build_api SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.2/download?job=build_api
SOURCE_SUM=d370dd548102be5477a8d6632ea58e6de42d18bce58078e007c471cb8bb4753f SOURCE_SUM=f9e5d40f67b83e90e7a0b48410fbe4319897a3849bd25de3769cd19dd66ea599
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=api_master.zip SOURCE_FILENAME=api_stable.zip
SOURCE_EXTRACT=true SOURCE_EXTRACT=true

View file

@ -1,7 +1,7 @@
SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.1/download?job=build_front SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.2/download?job=build_front
SOURCE_SUM=3725d2aa8563dd8989042a1ee4a57cac2d396b5ad20820815775ae724aa8ff0c SOURCE_SUM=1cce4f6969afdd9338c464456a5d5eb9ade8a70d72431950baa7acff4197d315
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=zip SOURCE_FORMAT=zip
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true
SOURCE_FILENAME=front_master.zip SOURCE_FILENAME=front_stable.zip
SOURCE_EXTRACT=true SOURCE_EXTRACT=true

View file

@ -6,7 +6,7 @@
"en": "Modern, convivial and free music server", "en": "Modern, convivial and free music server",
"fr": "Serveur de musique moderne, convivial et gratuit" "fr": "Serveur de musique moderne, convivial et gratuit"
}, },
"version": "1.2.1~ynh1", "version": "1.2.2~ynh1",
"url": "https://funkwhale.audio", "url": "https://funkwhale.audio",
"upstream": { "upstream": {
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",