diff --git a/README.md b/README.md index 9af83f5..cabadff 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Discourse is modern forum software for your community. Use it as a mailing list, discussion forum, long-form chat room, and more! -**Shipped version:** 2.8.8~ynh1 - +**Shipped version:** 2.8.13~ynh1 **Demo:** https://try.discourse.org diff --git a/README_fr.md b/README_fr.md index 22110c5..acacbf8 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,8 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Discourse est un logiciel de forum moderne pour votre communauté. Utilisez-le comme liste de diffusion, forum de discussion, salle de discussion longue durée, et plus encore ! -**Version incluse :** 2.8.8~ynh1 - +**Version incluse :** 2.8.13~ynh1 **Démo :** https://try.discourse.org diff --git a/check_process b/check_process index 88b9e72..98cb36b 100644 --- a/check_process +++ b/check_process @@ -12,10 +12,8 @@ setup_private=1 setup_public=1 upgrade=1 - # 2.6.1~ynh2 - upgrade=1 from_commit=c626379c98bb7f052061446cd152e4406979d49d - # 2.7.13~ynh5 - upgrade=1 from_commit=c1a386fa83c9278ba7bd58875b51e03606f84f13 + # 2.8.8~ynh1 + upgrade=1 from_commit=ec974723113fa8f984af8ab47d1cc99765ae6c2f backup_restore=1 # Activate multi-instance test only if you have more than 2Gb RAM! multi_instance=0 @@ -25,6 +23,6 @@ Email= Notification=none ;;; Upgrade options - ; commit=c626379c98bb7f052061446cd152e4406979d49d - name=2.6.1~ynh2 + ; commit=ec974723113fa8f984af8ab47d1cc99765ae6c2f + name=2.8.8~ynh1 manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1 diff --git a/conf/app.src b/conf/app.src index a71f742..a9721c4 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/discourse/discourse/archive/v2.8.8.tar.gz -SOURCE_SUM=9a264da3f973c6129325883e29843f0c4100db6a941bcc05f1070bcd70b321f7 +SOURCE_URL=https://github.com/discourse/discourse/archive/v2.8.13.tar.gz +SOURCE_SUM=21813abb7add3bb5244e7a3166ecd91cadb5a39a7a8b02202d7e5ef8b97582eb SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 1f5f4a3..8ca6caf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Discussion platform", "fr": "Plateforme de discussion" }, - "version": "2.8.8~ynh1", + "version": "2.8.13~ynh1", "url": "http://Discourse.org", "upstream": { "license": "GPL-2.0", @@ -51,4 +51,4 @@ } ] } -} \ No newline at end of file +}