diff --git a/README.md b/README.md index a725ad4..224d448 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ It shall NOT be edited by hand. To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org). -**Shipped version:** 2.8.14~ynh3 +**Shipped version:** 2.8.14~ynh4 **Demo:** diff --git a/README_es.md b/README_es.md index 8292cca..49443e8 100644 --- a/README_es.md +++ b/README_es.md @@ -25,7 +25,7 @@ No se debe editar a mano. To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org). -**Versión actual:** 2.8.14~ynh3 +**Versión actual:** 2.8.14~ynh4 **Demo:** diff --git a/README_eu.md b/README_eu.md index 08a92cd..a09a953 100644 --- a/README_eu.md +++ b/README_eu.md @@ -25,7 +25,7 @@ EZ editatu eskuz. To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org). -**Paketatutako bertsioa:** 2.8.14~ynh3 +**Paketatutako bertsioa:** 2.8.14~ynh4 **Demoa:** diff --git a/README_fr.md b/README_fr.md index 2ac4090..17859bc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -25,7 +25,7 @@ Il NE doit PAS être modifié à la main. Pour en savoir plus sur la philosophie et les objectifs du projet, [visitez **discourse.org**](http://www.discourse.org). -**Version incluse :** 2.8.14~ynh3 +**Version incluse :** 2.8.14~ynh4 **Démo :** diff --git a/README_gl.md b/README_gl.md index 588a2b5..54c058b 100644 --- a/README_gl.md +++ b/README_gl.md @@ -25,7 +25,7 @@ NON debe editarse manualmente. To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org). -**Versión proporcionada:** 2.8.14~ynh3 +**Versión proporcionada:** 2.8.14~ynh4 **Demo:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 4b11f0f..2086662 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -25,7 +25,7 @@ To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org). -**分发版本:** 2.8.14~ynh3 +**分发版本:** 2.8.14~ynh4 **演示:** diff --git a/manifest.toml b/manifest.toml index 5764b45..57654cf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Discourse" description.en = "Discussion platform" description.fr = "Plateforme de discussion" -version = "2.8.14~ynh3" +version = "2.8.14~ynh4" maintainers = ["JimboJoe"] @@ -46,14 +46,18 @@ ram.runtime = "1G" [resources] [resources.sources] - [resources.sources.ldap-auth] - url = "https://github.com/jonmbake/discourse-ldap-auth/archive/v0.6.0.tar.gz" - sha256 = "1f64f90f648f53b40608912221adb60d86c8c13856aaba68c645cd88279445d4" - [resources.sources.main] url = "https://github.com/discourse/discourse/archive/v2.8.14.tar.gz" sha256 = "b4b9a2857515ab79b2bc71cc0bdd09f9bf749d506c095b76d86846c9adf62623" + autoupdate.strategy = "latest_github_tag" + + [resources.sources.ldap-auth] + url = "https://github.com/jonmbake/discourse-ldap-auth/archive/refs/tags/v0.6.1.tar.gz" + sha256 = "04b380ff1b7c5a7eade24f4cc86c5fbcb9ac6c61393454dcd268c1ec14a81cdf" + + autoupdate.strategy = "latest_github_tag" + autoupdate.upstream = "https://github.com/jonmbake/discourse-ldap-auth" [resources.system_user] diff --git a/scripts/_common.sh b/scripts/_common.sh index 4d5f303..06ebbfb 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -6,7 +6,7 @@ ruby_version="3.0.0" -nodejs_version="16" +nodejs_version="18" libjemalloc="$(ldconfig -p | grep libjemalloc | awk 'END {print $NF}')"