From e103c443b78bfa881868d71c83d2f1ef7ec81559 Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 2 Jun 2021 08:16:44 +0200 Subject: [PATCH 1/4] Update to v0.11.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 0afb8e4b..dc226008 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub Federated Image Sharing", "fr": "Logiciel de partage d'image fédéré via ActivityPub" }, - "version": "0.10.10~ynh4", + "version": "0.11.0~ynh1", "url": "https://pixelfed.org/", "license": "AGPL-3.0-or-later", "maintainer": [ From 1a132860ae5d257e0aa80aaa929f108acee4299f Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 2 Jun 2021 08:17:57 +0200 Subject: [PATCH 2/4] Update to v0.11.0 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index e519ee7e..32475cbd 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.10.10.tar.gz -SOURCE_SUM=096faddbf43c41552e9f03eb4b76b70a04e314ca6974d13c0f2a73c42a4aa617 +SOURCE_URL=https://github.com/pixelfed/pixelfed/archive/v0.11.0.tar.gz +SOURCE_SUM=6959505c6c60f317091f51fa3756fc073a8ddc8c277e5736be285eb825ca625c OURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From deb1b30aeff2664df4df0834601aba44ed1fcb6f Mon Sep 17 00:00:00 2001 From: lapineige Date: Wed, 2 Jun 2021 08:23:05 +0200 Subject: [PATCH 3/4] Update to v0.11.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c73f242a..e6fffa87 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview The federated image sharing service Pixelfed, for YunoHost -**Shipped version:** 0.10.10 +**Shipped version:** 0.11.0 ## Important points to read before installing From 0be9283bfa1d9cdb1746f6041b3e7a11c1489ee3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 10 Jun 2021 21:33:27 +0200 Subject: [PATCH 4/4] Update check_process --- check_process | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/check_process b/check_process index edf1827d..833e3deb 100644 --- a/check_process +++ b/check_process @@ -26,6 +26,8 @@ upgrade=1 from_commit=1aa406fb124b92f03b1bb69fc3462936d5227278 # 0.10.10~ynh3 upgrade=1 from_commit=2a796e30dd521a5022586bc7fe59d189210028a4 + # 0.10.10~ynh4 + upgrade=1 from_commit=8ef41895fbd38008f3718e164d0bf3f0d97a2c03 backup_restore=1 multi_instance=1 port_already_use=0 @@ -45,4 +47,6 @@ Notification=all ; commit=1aa406fb124b92f03b1bb69fc3462936d5227278 name=0.10.10~ynh1 ; commit=2a796e30dd521a5022586bc7fe59d189210028a4 - name=0.10.10~ynh3 \ No newline at end of file + name=0.10.10~ynh3 + ; commit=8ef41895fbd38008f3718e164d0bf3f0d97a2c03 + name=0.10.10~ynh4