From 0c7d0960fbc1284663b19afa70ee6d4acd85cb89 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 12 Mar 2024 03:45:45 +0100 Subject: [PATCH] Upgrade to v2.3.13 https://github.com/photoview/photoview/releases/tag/v2.3.13 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index ede5024..c4b9b6d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Photoview" description.en = "Simple and user-friendly photo gallery that's made for photographers " description.fr = "Galerie photos simple et facile à utiliser, faite pour les photographes" -version = "2.3.12~ynh2" +version = "2.3.13~ynh1" maintainers = ["Jules Bertholet"] @@ -49,8 +49,8 @@ ram.runtime = "200M" [resources] [resources.sources] [resources.sources.main] - url = "https://github.com/photoview/photoview/archive/refs/tags/v2.3.12.tar.gz" - sha256 = "f9de00fb2d854217655a71264c06f8451b06b67170d3a5bbd9160fc94f1dda0f" + url = "https://github.com/photoview/photoview/archive/refs/tags/v2.3.13.tar.gz" + sha256 = "d512448fbefb6c209f1900c1d4e819f22b53de3f441df84a7a96f08a10dfb064" autoupdate.strategy = "latest_github_release"