From b20b088e8719544d473ef71f5d5f45f62f39d109 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 4 Aug 2019 19:32:22 +0200 Subject: increase yunohost version requirement --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 8086969..d21d9c5 100644 --- a/manifest.json +++ b/manifest.json @@ -23,7 +23,7 @@ } ], "requirements": { - "yunohost": ">= 3.5" + "yunohost": ">= 3.7" }, "multi_instance": true, "services": [ -- cgit v1.2.3-70-g09d2 From 6996275571686afd3b2ccd417fd66378f42fb61c Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 11 Apr 2020 18:39:17 +0200 Subject: Smol description improvement? --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifest.json') diff --git a/manifest.json b/manifest.json index 2792cd4..7b71b8c 100644 --- a/manifest.json +++ b/manifest.json @@ -3,8 +3,8 @@ "id": "mastodon", "packaging_format": 1, "description": { - "en": "Mastodon is a free, open-source social network.", - "fr": "Mastodon est un réseau social gratuit et open source." + "en": "A libre and federated social network.", + "fr": "Un réseau social libre et fédéré." }, "version": "3.1.2~ynh2", "url": "https://github.com/tootsuite/mastodon", -- cgit v1.2.3-70-g09d2 From 6650cdd372df215e37250501f6ab8d345941a29b Mon Sep 17 00:00:00 2001 From: yalh76 Date: Sun, 12 Apr 2020 17:14:13 +0200 Subject: Increase version number --- check_process | 2 ++ manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'manifest.json') diff --git a/check_process b/check_process index 66a0890..f5e4602 100644 --- a/check_process +++ b/check_process @@ -12,6 +12,8 @@ setup_private=0 setup_public=1 upgrade=1 + # 3.1.2~ynh2 + upgrade=1 from_commit=7e1f4c2dee5f2c8374686aea62f4648cdf2722c3 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. diff --git a/manifest.json b/manifest.json index 493f38c..5925f8f 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.1.2~ynh2", + "version": "3.1.2~ynh3", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": [ -- cgit v1.2.3-70-g09d2