From 13b946f88bd57bfdf055dd9cc09d1d2a02942b2c Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:26:39 +0200 Subject: [PATCH 1/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 08b6b92..1f25f86 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Microblogging platform", "fr": "Platforme de Microblogging" }, - "version": "12.118.0~ynh1", + "version": "12.118.1~ynh1", "url": "https://misskey-hub.net/", "upstream": { "license": "AGPL-3.0", From e2e1366cffe72daa3028360822c02e4db00ba83e Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 8 Aug 2022 05:26:41 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 3 ++- README_fr.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f65661a..0f8cf88 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ 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.118.0~ynh1 +**Shipped version:** 12.118.1~ynh1 + ## Screenshots diff --git a/README_fr.md b/README_fr.md index e643f00..957eba0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,8 @@ 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.118.0~ynh1 +**Version incluse :** 12.118.1~ynh1 + ## Captures d'écran From 6e3106231e4f3e1a287ecfebee353c7f98df591c Mon Sep 17 00:00:00 2001 From: Memo <58190287+memo-567@users.noreply.github.com> Date: Mon, 8 Aug 2022 07:30:13 +0200 Subject: [PATCH 3/3] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index 86346f5..68ab264 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.118.0.tar.gz -SOURCE_SUM=E99FBC2E26180F6EA152DD0241050218F1166686603361559CA6B9565FA4626E +SOURCE_URL=https://github.com/misskey-dev/misskey/archive/refs/tags/12.118.1.tar.gz +SOURCE_SUM=E1890D9AEBF65D9EB53800B837BF02BA6A80CD1F4430FD3C83C0911F6DC1F2A2 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true