From 174e69838fe67522a16bf44274d531bfa403c270 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 19 Jul 2024 03:38:44 +0200 Subject: [PATCH 1/3] Upgrade sources - `main` v1.109.2: https://github.com/immich-app/immich/releases/tag/v1.109.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index c3ff516..4c83fd5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Immich" description.en = "Photo and video backup solution directly from your mobile phone" description.fr = "Sauvegarde de photos et de vidéos directement depuis votre mobile" -version = "1.108.0~ynh3" +version = "1.109.2~ynh1" maintainers = ["ewilly"] @@ -42,8 +42,8 @@ ram.runtime = "500M" [resources.sources] [resources.sources.main] - url = "https://github.com/immich-app/immich/archive/refs/tags/v1.108.0.tar.gz" - sha256 = "102e2c91a30e64471ff565bf232cd5ddeedd15e609e7ad05436a86fb550657c0" + url = "https://github.com/immich-app/immich/archive/refs/tags/v1.109.2.tar.gz" + sha256 = "c45bed3fa510d51df6e31e7bbf06bda3413aa4ef751d9c6d7596ffc49b921459" autoupdate.strategy = "latest_github_release" From 1264b7aa6bbc461a2eacdc1b19241db941ae13c5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 19 Jul 2024 01:38:45 +0000 Subject: [PATCH 2/3] Auto-update READMEs --- README.md | 2 +- README_es.md | 2 +- README_eu.md | 2 +- README_fr.md | 2 +- README_gl.md | 2 +- README_zh_Hans.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 0e403d3..4805103 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Shipped version:** 1.108.0~ynh3 +**Shipped version:** 1.109.2~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 546ebd0..f9b5a75 100644 --- a/README_es.md +++ b/README_es.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Versión actual:** 1.108.0~ynh3 +**Versión actual:** 1.109.2~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index aa98f10..6d791c8 100644 --- a/README_eu.md +++ b/README_eu.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Paketatutako bertsioa:** 1.108.0~ynh3 +**Paketatutako bertsioa:** 1.109.2~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 574c75f..4cf0046 100644 --- a/README_fr.md +++ b/README_fr.md @@ -24,7 +24,7 @@ Solution d'autohébergement pour a gestion de vos photos et vidéos. - Interface conviviale et egronomique ; -**Version incluse :** 1.108.0~ynh3 +**Version incluse :** 1.109.2~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index 32095b4..1948ae5 100644 --- a/README_gl.md +++ b/README_gl.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**Versión proporcionada:** 1.108.0~ynh3 +**Versión proporcionada:** 1.109.2~ynh1 ## Capturas de pantalla diff --git a/README_zh_Hans.md b/README_zh_Hans.md index a74f8c5..b63d0b5 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -24,7 +24,7 @@ Self-hosted photo and video management solution. - Easy-to-use and friendly interface ; -**分发版本:** 1.108.0~ynh3 +**分发版本:** 1.109.2~ynh1 ## 截图 From 2b2aeb3a18841a1eb672598f8047e65bcd67afba Mon Sep 17 00:00:00 2001 From: Sylvain Date: Fri, 19 Jul 2024 22:37:20 +0200 Subject: [PATCH 3/3] Fix build-lock.json warn --- conf/build-lock.json | 26 ++++++++++++++++++++++++++ scripts/install | 4 ++++ scripts/upgrade | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 conf/build-lock.json diff --git a/conf/build-lock.json b/conf/build-lock.json new file mode 100644 index 0000000..8a63046 --- /dev/null +++ b/conf/build-lock.json @@ -0,0 +1,26 @@ +{ + "sources": [ + { + "name": "imagemagick", + "version": "?" + }, + { + "name": "libheif", + "version": "?" + }, + { + "name": "libraw", + "version": "?" + }, + { + "name": "libvips", + "version": "?" + } + ], + "packages": [ + { + "name": "ffmpeg", + "version": "?" + } + ] +} diff --git a/scripts/install b/scripts/install index e44f34b..5466941 100755 --- a/scripts/install +++ b/scripts/install @@ -64,6 +64,10 @@ ynh_add_config --template="env-machine-learning" --destination="$install_dir/env chmod 600 "$install_dir/env-machine-learning" chown $app:$app "$install_dir/env-machine-learning" +ynh_add_config --template="build-lock.json" --destination="$install_dir/app/build-lock.json" +chmod 600 "$install_dir/app/build-lock.json" +chown $app:$app "$install_dir/app/build-lock.json" + #================================================= # SYSTEM CONFIGURATION #================================================= diff --git a/scripts/upgrade b/scripts/upgrade index fc034e6..5108b66 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -68,6 +68,10 @@ ynh_add_config --template="env-machine-learning" --destination="$install_dir/env chmod 600 "$install_dir/env-machine-learning" chown $app:$app "$install_dir/env-machine-learning" +ynh_add_config --template="build-lock.json" --destination="$install_dir/app/build-lock.json" +chmod 600 "$install_dir/app/build-lock.json" +chown $app:$app "$install_dir/app/build-lock.json" + #================================================= # REAPPLY SYSTEM CONFIGURATIONS #=================================================