From 76d821295d58f829beb02b4f42cae1f3da543c00 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 22 Feb 2024 21:36:04 +0100 Subject: [PATCH] Upgrade to v2.12.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index e5abba4..2a476d3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,7 +9,7 @@ description.fr = "Application multi-utilisateurs de suivi du temps compatible av description.de = "Eine web-basierte Mehrbenutzer-Zeiterfassung mit Rechnungsdruck mit Unterstützung für mobile Endgeräte" description.cs = "Víceuživatelská webová aplikace pro sledování času s podporou mobilních zařízení" -version = "2.11.0~ynh1" +version = "2.12.0~ynh1" maintainers = [""] @@ -55,8 +55,8 @@ ram.runtime = "80M" [resources] [resources.sources.main] - url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.11.0.tar.gz" - sha256 = "428f149bd10f81d254e791caf0f68ebb16d67d146f357d47c38464a664100d4f" + url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.12.0.tar.gz" + sha256 = "8e62845d8955359a6f4b519fa609505744bb2f6d78cb0cb81df9e8b6aaa18b56" autoupdate.strategy = "latest_github_tag"