From a87d85497a68a5ea1a294b919f7032f308c27db8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sat, 27 Jul 2024 03:37:43 +0200 Subject: [PATCH] Upgrade sources - `main` v1.110.0: https://github.com/immich-app/immich/releases/tag/v1.110.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 3ce62d7..e7e3e5f 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.109.2~ynh2" +version = "1.110.0~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.109.2.tar.gz" - sha256 = "c45bed3fa510d51df6e31e7bbf06bda3413aa4ef751d9c6d7596ffc49b921459" + url = "https://github.com/immich-app/immich/archive/refs/tags/v1.110.0.tar.gz" + sha256 = "aceddfef934fcbea8c4e8c8069595bd2806bd758498f94be15c99ffbc2721ad3" autoupdate.strategy = "latest_github_release"