diff options
| author | yalh76 <yalh@yahoo.com> | 2020-12-21 21:16:27 +0100 |
|---|---|---|
| committer | yalh76 <yalh@yahoo.com> | 2020-12-21 21:16:27 +0100 |
| commit | 4338edbd1de311fc0cf2d17ca0a500d1790fab1a (patch) | |
| tree | f709f23a2e8228ceec8d9860fb26520e1ebd9794 | |
| parent | 0bf67bb1f56306c96b17445f694e0957f3fbe87e (diff) | |
| download | mastodon_ynh-4338edbd1de311fc0cf2d17ca0a500d1790fab1a.tar.gz mastodon_ynh-4338edbd1de311fc0cf2d17ca0a500d1790fab1a.tar.bz2 mastodon_ynh-4338edbd1de311fc0cf2d17ca0a500d1790fab1a.zip | |
Test upgarde from 3.2.1~ynh1
| -rw-r--r-- | check_process | 4 | ||||
| -rw-r--r-- | manifest.json | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/check_process b/check_process index 7c95e64..843ff98 100644 --- a/check_process +++ b/check_process @@ -21,6 +21,8 @@ upgrade=1 from_commit=d3df899e0a99a63ee1cf7ad845cc513aeaaf30ef # 3.2.0~ynh1 upgrade=1 from_commit=bde14cc4496445fdfed4616ac44fc9527c8369fd + # 3.2.1~ynh1 + upgrade=1 from_commit=248b717f373f3c82bdb19c33cf20980494608697 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. @@ -42,3 +44,5 @@ Notification=all name=3.1.2~ynh4 ; commit=bde14cc4496445fdfed4616ac44fc9527c8369fd name=3.2.0~ynh1 + ; commit=248b717f373f3c82bdb19c33cf20980494608697 + name=3.2.1~ynh1 diff --git a/manifest.json b/manifest.json index 84dbe56..9c2a68d 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.2.1~ynh1", + "version": "3.2.1~ynh2", "url": "https://github.com/tootsuite/mastodon", "license": "AGPL-3.0-or-later", "maintainer": [ |
