diff --git a/check_process b/check_process index 19312aa..fcecba8 100644 --- a/check_process +++ b/check_process @@ -25,6 +25,8 @@ upgrade=1 from_commit=9fc8b84ba24260e28f791aa9c47688c1a1f085c2 # 1.2.2~ynh2 upgrade=1 from_commit=192afe93f66bb08cc7d487db02dc4d187e5b29e2 + # 1.2.3~ynh1 + upgrade=1 from_commit=1c1b64b8b04ee917a63580dce21d149182ee319d backup_restore=1 multi_instance=1 port_already_use=0 @@ -48,3 +50,5 @@ Notification=all name=1.2.1~ynh1 ; commit=192afe93f66bb08cc7d487db02dc4d187e5b29e2 name=1.2.2~ynh2 + ; commit=1c1b64b8b04ee917a63580dce21d149182ee319d + name=1.2.3~ynh1 diff --git a/conf/api.src b/conf/api.src index 38877a0..ddb8750 100644 --- a/conf/api.src +++ b/conf/api.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.3/download?job=build_api -SOURCE_SUM=d9f4e923c4b025f2123cc0330d3679b9bebb13d33b97eed955ac19d742190543 +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/-/jobs/artifacts/1.2.4/download?job=build_api +SOURCE_SUM=8a1ff070b7bd7205fcfebdb2e8f1c92dd1ffb60fb2fe084a2bab36026575059e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/front.src b/conf/front.src index 091a087..58383a3 100644 --- a/conf/front.src +++ b/conf/front.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.3/download?job=build_front -SOURCE_SUM=06df2e2215e131e840aa7ddf7b86ddd2cfc5d011a721e9cf2c278c2c6c34658e +SOURCE_URL=https://dev.funkwhale.audio/funkwhale/funkwhale/builds/artifacts/1.2.4/download?job=build_front +SOURCE_SUM=82e99ee29d2306cd379a61ae4c2c1d461625b74d24001d51193dafb2f18d9628 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index b8cd7fe..3f37d4a 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.3~ynh1", + "version": "1.2.4~ynh1", "url": "https://funkwhale.audio", "upstream": { "license": "AGPL-3.0-or-later",