diff --git a/manifest.toml b/manifest.toml index 7368bd7..b63b86b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -16,7 +16,7 @@ demo = "https://try.discourse.org" code = "https://github.com/discourse/discourse" [integration] -yunohost = ">= 11.1.18" +yunohost = ">= 11.1.21" architectures = "all" multi_instance = true ldap = true @@ -45,10 +45,12 @@ ram.runtime = "50M" [resources.sources.ldap-auth] url = "https://github.com/jonmbake/discourse-ldap-auth/archive/v0.6.0.tar.gz" sha256 = "1f64f90f648f53b40608912221adb60d86c8c13856aaba68c645cd88279445d4" + autoupdate.strategy = "latest_github_tag" [resources.sources.main] url = "https://github.com/discourse/discourse/archive/v2.8.14.tar.gz" sha256 = "b4b9a2857515ab79b2bc71cc0bdd09f9bf749d506c095b76d86846c9adf62623" + autoupdate.strategy = "latest_github_tag" [resources.system_user] diff --git a/scripts/_common.sh b/scripts/_common.sh index 893d1d6..5771969 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ ruby_version="2.7.6" -nodejs_version="16" +nodejs_version="18" #================================================= # PERSONAL HELPERS