1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/trilium_ynh.git synced 2024-10-01 13:34:49 +02:00

Update to v0.47.2

This commit is contained in:
Jules Bertholet 2021-04-27 17:44:56 -04:00
parent aad56a4e94
commit c6a8fcadf9
5 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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": {

View file

@ -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')"
}