From 1ba884530a3936c367c8674f6894f5689933a468 Mon Sep 17 00:00:00 2001 From: Jules Bertholet Date: Fri, 24 Dec 2021 16:32:33 -0500 Subject: [PATCH] Update to v2.3.9 --- .vscode/settings.json | 8 ++++++++ README.md | 2 +- README_fr.md | 2 +- conf/app.src | 6 +++--- manifest.json | 2 +- scripts/_common.sh | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..91e90e1 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "markdownlint.config": { + "MD028": false, + "MD025": { + "front_matter_title": "" + } + } +} \ No newline at end of file diff --git a/README.md b/README.md index db8acc6..e93c769 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 Photoview is a simple and user-friendly photo gallery that's made for photographers and aims to provide an easy and fast way to navigate directories, with thousands of high resolution photos. -**Shipped version:** 2.3.6 +**Shipped version:** 2.3.9 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 13ebad7..8667afd 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 Photoview est une galerie photos simple et facile à utiliser, conçue pour les photographes et qui vise à fournir un moyen simple et rapide pour naviguer dans les dossiers contenant des milliers de photos haute résolution. -**Version incluse :** 2.3.6 +**Version incluse :** 2.3.9 ## Captures d'écran diff --git a/conf/app.src b/conf/app.src index 7ac9d10..38ee37a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,7 +1,7 @@ -SOURCE_URL=https://github.com/photoview/photoview/archive/refs/tags/v2.3.6.tar.gz -SOURCE_SUM=cef1d36baf7bd747179cc9844f5e00bef62fe3de4eca1c30669000d3e439d8cb +SOURCE_URL=https://github.com/photoview/photoview/archive/refs/tags/v2.3.9.tar.gz +SOURCE_SUM=f5daaab41061f86c94b029914131f363d0774b29ace5db942c4ef6511914708e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=v2.3.6.tar.gz +SOURCE_FILENAME=v2.3.9.tar.gz SOURCE_EXTRACT=true diff --git a/manifest.json b/manifest.json index 75b6401..9e5c2af 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Simple and user-friendly photo gallery that's made for photographers ", "fr": "Galerie photos simple et facile à utiliser, faite pour les photographes" }, - "version": "2.3.6~ynh1", + "version": "2.3.9~ynh1", "url": "https://photoview.github.io/", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index fcb0d85..82d0088 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -92,7 +92,7 @@ function build_ui { } function set_node_vars { - ynh_exec_warn_less ynh_install_nodejs --nodejs_version=15 + ynh_exec_warn_less ynh_install_nodejs --nodejs_version=16 ynh_use_nodejs node_path=$nodejs_path:$(sudo -u $app sh -c 'echo $PATH') }