aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2021-06-07 20:07:48 +0200
committerGitHub <noreply@github.com>2021-06-07 20:07:48 +0200
commited213579b8ccec56710c2afd3f6709f925e5c1dc (patch)
tree2722fd8db9689b62a2a04401e9048d91d3ad0b32
parenta49d5f64f6418411eecbb140641ee18641486194 (diff)
parent7258b4cef28f792bfa4c1a0ca796159d1845b632 (diff)
downloadmastodon_ynh-ed213579b8ccec56710c2afd3f6709f925e5c1dc.tar.gz
mastodon_ynh-ed213579b8ccec56710c2afd3f6709f925e5c1dc.tar.bz2
mastodon_ynh-ed213579b8ccec56710c2afd3f6709f925e5c1dc.zip
Merge pull request #280 from oufmilo/testing
Testing
-rw-r--r--README.md2
-rw-r--r--README_fr.md2
-rw-r--r--check_process6
-rw-r--r--conf/app.src4
-rw-r--r--manifest.json4
5 files changed, 11 insertions, 7 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..1129634 100644
--- a/check_process
+++ b/check_process
@@ -28,8 +28,10 @@
#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
+ multi_instance=0
port_already_use=0
change_url=0
;;; Options
@@ -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..f7fad65 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": {
@@ -25,7 +25,7 @@
"requirements": {
"yunohost": ">= 4.2.0"
},
- "multi_instance": true,
+ "multi_instance": false,
"services": [
"nginx"
],