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:
parent
aad56a4e94
commit
c6a8fcadf9
5 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
## Overview
|
## Overview
|
||||||
Trilium Notes is an Evernote-like hierechical note taking application with many advanced features, focused on building a large personal knowledge base.
|
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
|
## Screenshots
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
|
||||||
## Vue d'ensemble
|
## 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.
|
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
|
## Captures d'écran
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
SOURCE_URL=https://github.com/zadam/trilium/archive/refs/tags/v0.46.9.tar.gz
|
SOURCE_URL=https://github.com/zadam/trilium/archive/refs/tags/v0.47.2.tar.gz
|
||||||
SOURCE_SUM=75048cc700a69544be5717a394cc2a0fbe6cf75347033ebe81b2d1ef8e93d1d4
|
SOURCE_SUM=ef5000595891170265dbeade2fc459b62cadeb45514d9296c598838aa5b826a7
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
SOURCE_FILENAME=v0.46.9.tar.gz
|
SOURCE_FILENAME=v0.47.2.tar.gz
|
||||||
SOURCE_EXTRACT=true
|
SOURCE_EXTRACT=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "A hierarchical note taking application with focus on building large personal knowledge base",
|
"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"
|
"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",
|
"url": "https://github.com/zadam/trilium",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -12,7 +12,7 @@ pkg_dependencies="nodejs npm libpng16-16 libpng-dev pkg-config autoconf libtool
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
function set_node_vars {
|
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
|
ynh_use_nodejs
|
||||||
node_path="$nodejs_path:$(sudo -u $app sh -c 'echo $PATH')"
|
node_path="$nodejs_path:$(sudo -u $app sh -c 'echo $PATH')"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue