From 9b9c5f0d8a9a63533c2a8bdc3a268516435c47d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 20:36:47 +0200 Subject: [PATCH 1/3] Upgrade to version 4.1.6 (#397) * Upgrade to v4.1.6 * Auto-update README --------- Co-authored-by: yunohost-bot Co-authored-by: yunohost-bot --- README.md | 2 +- README_fr.md | 2 +- conf/app.src | 4 ++-- manifest.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ffb2167..8f5a763 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 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:** 4.1.4~ynh1 +**Shipped version:** 4.1.6~ynh1 **Demo:** https://joinmastodon.org/ diff --git a/README_fr.md b/README_fr.md index b88ff84..bedc67e 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po 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. Mastodon évite ainsi les risques qu'une seule société monopolise votre communication à des fins commerciales. -**Version incluse :** 4.1.4~ynh1 +**Version incluse :** 4.1.6~ynh1 **Démo :** https://joinmastodon.org/ diff --git a/conf/app.src b/conf/app.src index 707becd..bbb3db5 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v4.1.4.tar.gz -SOURCE_SUM=524bac8c4108acc07b001caf44951446cb587f9626d8e0d15ed2f5811b980aaa +SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v4.1.6.tar.gz +SOURCE_SUM=38860c58b62137a40cc72151dfb7f188d2e249bc372f310c82d7bc37bff3f541 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 5d59d9e..7f34fa8 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network", "fr": "Réseau social libre et fédéré" }, - "version": "4.1.4~ynh1", + "version": "4.1.6~ynh1", "url": "https://github.com/mastodon/mastodon", "upstream": { "license": "AGPL-3.0-or-later", From 56c5687066e57fe04220d70851c0d52950b9461c Mon Sep 17 00:00:00 2001 From: nebocamin Date: Tue, 8 Aug 2023 22:12:17 +0200 Subject: [PATCH 2/3] typo s/tooctl/tootctl (#400) * Update README.md typo s/tooctl/tootctl * Update README_fr.md typo s/tooctl/tootctl * Update DISCLAIMER.md typo s/tooctl/tootctl * Update DISCLAIMER_fr.md typo s/tooctl/tootctl --- README.md | 2 +- README_fr.md | 4 ++-- doc/DISCLAIMER.md | 2 +- doc/DISCLAIMER_fr.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8f5a763..f2105b5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ $ screen -r `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` -### Administrate with tooctl +### Administrate with tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` diff --git a/README_fr.md b/README_fr.md index bedc67e..b5ad919 100644 --- a/README_fr.md +++ b/README_fr.md @@ -63,7 +63,7 @@ L'utilisateur admin est créé automatiquement comme : user@domain.tld `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` -### Administration avec tooctl +### Administration avec tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` @@ -95,4 +95,4 @@ ou sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** \ No newline at end of file +**Plus d’infos sur le packaging d’applications :** diff --git a/doc/DISCLAIMER.md b/doc/DISCLAIMER.md index 959c15d..e08b255 100644 --- a/doc/DISCLAIMER.md +++ b/doc/DISCLAIMER.md @@ -27,7 +27,7 @@ $ screen -r `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` -### Administrate with tooctl +### Administrate with tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` diff --git a/doc/DISCLAIMER_fr.md b/doc/DISCLAIMER_fr.md index a7b81ce..09ed5c9 100644 --- a/doc/DISCLAIMER_fr.md +++ b/doc/DISCLAIMER_fr.md @@ -32,7 +32,7 @@ L'utilisateur admin est créé automatiquement comme : user@domain.tld `$ sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh --debug ` -### Administration avec tooctl +### Administration avec tootctl `$ (cd /var/www/mastodon/live && sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin bin/tootctl --help)` From 4755b7dc24071079ea9a4976ec4101f69951b60b Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 8 Aug 2023 20:12:22 +0000 Subject: [PATCH 3/3] Auto-update README --- README_fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_fr.md b/README_fr.md index b5ad919..267cb47 100644 --- a/README_fr.md +++ b/README_fr.md @@ -95,4 +95,4 @@ ou sudo yunohost app upgrade mastodon -u https://github.com/YunoHost-Apps/mastodon_ynh/tree/testing --debug ``` -**Plus d’infos sur le packaging d’applications :** +**Plus d’infos sur le packaging d’applications :** \ No newline at end of file