diff --git a/README.md b/README.md index 8a4bbff..e31d0ac 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in See more [on the documentation](https://glitch-soc.github.io/docs/). -**Shipped version:** 2022.04.28~ynh1 +**Shipped version:** 2022.05.13~ynh1 diff --git a/README_fr.md b/README_fr.md index 35818d2..2b0dab5 100644 --- a/README_fr.md +++ b/README_fr.md @@ -38,7 +38,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Voir plus [sur la documentation](https://glitch-soc.github.io/docs/) (en anglais). -**Version incluse :** 2022.04.28~ynh1 +**Version incluse :** 2022.05.13~ynh1 diff --git a/check_process b/check_process index 548a024..6059013 100644 --- a/check_process +++ b/check_process @@ -12,17 +12,14 @@ setup_private=1 setup_public=1 upgrade=1 - # 2022.01.10~ynh2 - upgrade=1 from_commit=325f6befc0d6da2b5102ad9c4ac64a5235ee470e - # 2022.03.31~ynh1 - upgrade=1 from_commit=a8f28047602b498cde25bfa05137d84518f13bbe + # 2022.04.28~ynh1 + upgrade=1 from_commit=66aba621d331db1a90c527e920f622b06c18a842 backup_restore=1 multi_instance=0 port_already_use=0 change_url=0 ;;; Options ;;; Upgrade options - ; commit=325f6befc0d6da2b5102ad9c4ac64a5235ee470e - name=2022.01.10~ynh2 - ; commit=a8f28047602b498cde25bfa05137d84518f13bbe - name=2022.03.31~ynh1 + ; commit=66aba621d331db1a90c527e920f622b06c18a842 + name=2022.04.28~ynh1 + diff --git a/conf/app.src b/conf/app.src index 353ed3d..bb84afc 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/252deefe3433d0cedafd973becd0d85b5182eb49.tar.gz -SOURCE_SUM=ab73de98d5c09c59978bb5e7e239eef541a30cbc733586bcdfc0c675b780af60 +SOURCE_URL=https://github.com/glitch-soc/mastodon/archive/aa08399e6f4ff35a7ece05ebbeca4b9771c97927.tar.gz +SOURCE_SUM=13a1941c30336d22def009cebbc4b8ae0441c8795fdcedb4617041ab81775cb9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=252deefe3433d0cedafd973becd0d85b5182eb49.tar.gz +SOURCE_FILENAME=aa08399e6f4ff35a7ece05ebbeca4b9771c97927.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 08984fe..9238e88 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Libre and federated social network, fork of Mastodon", "fr": "Réseau social libre et fédéré, scission de Mastodon" }, - "version": "2022.04.28~ynh1", + "version": "2022.05.13~ynh1", "url": "https://github.com/glitch-soc/mastodon", "upstream": { "license": "free", diff --git a/scripts/_common.sh b/scripts/_common.sh index ed70fab..896cb0e 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -11,7 +11,7 @@ MEMORY_NEEDED="2560" RUBY_VERSION="3.0.3" -NODEJS_VERSION="12" +NODEJS_VERSION="14" # Workaround for Mastodon on Bullseye # See https://github.com/mastodon/mastodon/issues/15751#issuecomment-873594463