From f0d80f66f9a2216792445df0b8079b4c6441d717 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 2 Feb 2024 21:33:26 +0100 Subject: [PATCH] Upgrade to v2.11.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 2c8277e..2df058a 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.0.33~ynh2" +version = "2.11.0~ynh1" maintainers = [""] @@ -52,8 +52,8 @@ ram.runtime = "80M" [resources] [resources.sources.main] - url = "https://github.com/kevinpapst/kimai2/archive/2.0.33.tar.gz" - sha256 = "9cad2555eb115711e100ca129c8152f3ec19ebfde6334a1ec5b7b2009b011959" + url = "https://github.com/kevinpapst/kimai2/archive/refs/tags/2.11.0.tar.gz" + sha256 = "428f149bd10f81d254e791caf0f68ebb16d67d146f357d47c38464a664100d4f" autoupdate.strategy = "latest_github_tag"