aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-06-10 22:01:17 +0200
committerGitHub <noreply@github.com>2021-06-10 22:01:17 +0200
commitadec07db890dec787416e1b7c4493d24391d3500 (patch)
tree2607c3c2a157d6b4ca3c1f4f8deaa0165ac5de83
parent8d43dff87a32091df75922d14916814fb706451b (diff)
parent04d7297df09e1536b8ddc3f4bb15464c952aef70 (diff)
downloadmastodon_ynh-adec07db890dec787416e1b7c4493d24391d3500.tar.gz
mastodon_ynh-adec07db890dec787416e1b7c4493d24391d3500.tar.bz2
mastodon_ynh-adec07db890dec787416e1b7c4493d24391d3500.zip
Merge pull request #281 from YunoHost-Apps/testing
Upgrade 3.4.1
-rw-r--r--README.md2
-rw-r--r--README_fr.md2
-rw-r--r--check_process4
-rw-r--r--conf/app.src4
-rw-r--r--manifest.json2
5 files changed, 9 insertions, 5 deletions
diff --git a/README.md b/README.md
index fdb5158..a551c91 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
## Overview
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:** 3.3.0
+**Shipped version:** 3.4.1
## Important points to read before installing
diff --git a/README_fr.md b/README_fr.md
index 3c6dd63..a26a0ce 100644
--- a/README_fr.md
+++ b/README_fr.md
@@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
## Vue d'ensemble
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:** 3.3.0
+**Version incluse:** 3.4.1
## Points importants à lire avant l'installation
diff --git a/check_process b/check_process
index 1c35a30..8afe689 100644
--- a/check_process
+++ b/check_process
@@ -28,6 +28,8 @@
#upgrade=1 from_commit=a233ccc644d97aa89756fac9f0ce68c98d81d27c
# 3.3.0~ynh1
#upgrade=1 from_commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12
+ # 3.4.1~ynh1
+ #upgrade=1 from_commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8
backup_restore=1
multi_instance=1
port_already_use=0
@@ -52,3 +54,5 @@ Notification=all
name=3.2.2~ynh1
; commit=a7eb98db3fac0697b923072dcd78c1ca04bf0a12
name=3.3.0~ynh1
+ ; commit=efbdbb05350b820c6e59a7bbbf70f57cf679fff8
+ name=3.4.1~ynh1
diff --git a/conf/app.src b/conf/app.src
index 6383dac..dcbcb48 100644
--- a/conf/app.src
+++ b/conf/app.src
@@ -1,5 +1,5 @@
-SOURCE_URL=https://github.com/tootsuite/mastodon/archive/1efcbb9cfe36d4428ef6af988bb0d7b25ace3971.tar.gz
-SOURCE_SUM=4ecbfd34ea37d739fbcec11cf9b812e8d8f60f6367f8ce255a062d5d64d92557
+SOURCE_URL=https://github.com/tootsuite/mastodon/archive/refs/tags/v3.4.1.tar.gz
+SOURCE_SUM=9e449805ea78afa62fee8ab31a427dee57b50cdb391335d4986d10e611103fbd
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true
diff --git a/manifest.json b/manifest.json
index 799a1cf..d5106e9 100644
--- a/manifest.json
+++ b/manifest.json
@@ -6,7 +6,7 @@
"en": "A libre and federated social network.",
"fr": "Un réseau social libre et fédéré."
},
- "version": "3.3.0~ynh4",
+ "version": "3.4.1~ynh4",
"url": "https://github.com/tootsuite/mastodon",
"license": "AGPL-3.0-or-later",
"maintainer": {