From 7bf1182139e70803e3cc24d1edda92ed173ab09d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 10:27:53 +0100 Subject: [PATCH] Upgrade to version 2022.01.23 (#17) * Upgrade to v2022.01.23 * Auto-update README * test upgrade from last version Co-authored-by: yunohost-bot Co-authored-by: Yunohost-Bot <> Co-authored-by: Tagadda <36127788+Tagadda@users.noreply.github.com> --- README.md | 2 +- README_fr.md | 2 +- check_process | 8 ++++---- conf/app.src | 6 +++--- manifest.json | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 02c7240..c6295ab 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 Glitch-Soc, a fork of Mastodon, is a free, open-source microblogging social network. It is a decentralized alternative to commercial platforms like Twitter and avoids the risks of a single company monopolizing your communication for commercial purposes. -**Shipped version:** 2022.01.10~ynh2 +**Shipped version:** 2022.01.23~ynh1 diff --git a/README_fr.md b/README_fr.md index 2fe6a8e..1341675 100644 --- a/README_fr.md +++ b/README_fr.md @@ -14,7 +14,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Glitch-Soc, une scission de Mastodon, est un réseau social de microblog auto-hébergé et open source. C'est une alternative décentralisée aux plates-formes commerciales comme Twitter. Glitch-Soc évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse :** 2022.01.10~ynh2 +**Version incluse :** 2022.01.23~ynh1 diff --git a/check_process b/check_process index 62a2847..5d606e8 100644 --- a/check_process +++ b/check_process @@ -12,13 +12,13 @@ setup_private=1 setup_public=1 upgrade=1 - # 2022.01.10~ynh1 - upgrade=1 from_commit=9fb00be10143ee57685d4c84b21029921b33e159 + # 2022.01.10~ynh2 + upgrade=1 from_commit=325f6befc0d6da2b5102ad9c4ac64a5235ee470e backup_restore=1 multi_instance=0 port_already_use=0 change_url=0 ;;; Options ;;; Upgrade options - ; commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8 - name=2022.01.10~ynh1 + ; commit=325f6befc0d6da2b5102ad9c4ac64a5235ee470e + name=2022.01.10~ynh2 diff --git a/conf/app.src b/conf/app.src index a02e340..95c80f7 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/07cb948f39464b11959fc506b673a90d9524e519.tar.gz -SOURCE_SUM=5808362e249689029726b79b799aab7382fc6626a142e54638633b08dee13c76 +SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/e58e0eb9aa375b1107b207e8229a2142c4edc0b8.tar.gz +SOURCE_SUM=8ef596033f1278f7a2bfdff76437a2040f494769533b891fa4f83694b0d9f975 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=07cb948f39464b11959fc506b673a90d9524e519.tar.gz +SOURCE_FILENAME=e58e0eb9aa375b1107b207e8229a2142c4edc0b8.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index ffb2f6b..57fffd1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network, fork of Mastodon", "fr": "Réseau social libre et fédéré, scission de Mastodon" }, - "version": "2022.01.10~ynh2", + "version": "2022.01.23~ynh1", "url": "https://github.com/glitch-soc/mastodon", "upstream": { "license": "free",