From f026c990298a643c89aa91c8f97ee94cc0344a23 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 6 Aug 2022 18:19:08 +0200 Subject: [PATCH 1/3] Upgrade to v12.118.0 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index ad861c2..08b6b92 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.117.1~ynh1", + "version": "12.118.0~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From a423d7b71e0bfc1be986858a663d96a09ca681df Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 6 Aug 2022 16:19:10 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1079956..f65661a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Misskey is a decentralized microblogging platform. Since it exists within the Fediverse (a universe where various social media platforms are organized), it is mutually linked with other social media platforms. -**Shipped version:** 12.117.1~ynh1 +**Shipped version:** 12.118.0~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index ed2e704..e643f00 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Misskey est une plateforme de microblogging décentralisée. Puisqu'il existe au sein du Fediverse (un univers où diverses plateformes de médias sociaux sont organisées), il est mutuellement lié à d'autres plateformes de médias sociaux. -**Version incluse :** 12.117.1~ynh1 +**Version incluse :** 12.118.0~ynh1 ## Captures d'écran From cbe20a80bb1cc9cf743e49831c6280bb9e7a1509 Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Sat, 6 Aug 2022 18:23:56 +0200 Subject: [PATCH 3/3] Upgrade to version 12.118.0 --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 24c424e..86346f5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.117.1.tar.gz -SOURCE_SUM=427AA27587B6FEEA1415238C9F57A6F32C726C75D63EA6EFBA7AC6136F8F6ACC +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.118.0.tar.gz +SOURCE_SUM=E99FBC2E26180F6EA152DD0241050218F1166686603361559CA6B9565FA4626E SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true