diff --git a/README.md b/README.md index 8e05972..5172de4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Trilium Notes is an Evernote-like hierechical note taking application with many advanced features, focused on building a large personal knowledge base. -**Shipped version:** 0.46.9 +**Shipped version:** 0.47.2 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 9833b03..974d7de 100644 --- a/README_fr.md +++ b/README_fr.md @@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install ## Vue d'ensemble Trilium Notes est une application de prise de note hiérarchique semblable a Evernote, avec maintes fonctions avancées, centrée sur la constuction d'une large base de connsaissances personelle. -**Version incluse :** 0.46.9 +**Version incluse :** 0.47.2 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 26ca889..a261254 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/zadam/trilium/archive/refs/tags/v0.46.9.tar.gz -SOURCE_SUM=75048cc700a69544be5717a394cc2a0fbe6cf75347033ebe81b2d1ef8e93d1d4 +SOURCE_URL=https://github.com/zadam/trilium/archive/refs/tags/v0.47.2.tar.gz +SOURCE_SUM=ef5000595891170265dbeade2fc459b62cadeb45514d9296c598838aa5b826a7 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=v0.46.9.tar.gz +SOURCE_FILENAME=v0.47.2.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 7265aee..308703d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "A hierarchical note taking application with focus on building large personal knowledge base", "fr": "Une application de prise de note hiérarchique centrée sur la constuction d'une large base de connsaissances personelle" }, - "version": "0.46.9~ynh1", + "version": "0.47.2~ynh1", "url": "https://github.com/zadam/trilium", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 307d81e..ce478fd 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -12,7 +12,7 @@ pkg_dependencies="nodejs npm libpng16-16 libpng-dev pkg-config autoconf libtool #================================================= function set_node_vars { - ynh_exec_warn_less ynh_install_nodejs --nodejs_version=12 + ynh_exec_warn_less ynh_install_nodejs --nodejs_version=14 ynh_use_nodejs node_path="$nodejs_path:$(sudo -u $app sh -c 'echo $PATH')" }