From 060ae54221c7d891313b3036e7d73acf2a2a7f88 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 2 Jun 2024 03:46:45 +0200 Subject: [PATCH] Upgrade to v6.2 https://github.com/traccar/traccar/releases/tag/v6.2 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index a178f4d..8e3805f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Traccar" description.en = "GPS tracking platform" description.fr = "Plateforme de suivi GPS" -version = "6.1~ynh1" +version = "6.2~ynh1" maintainers = [] @@ -44,8 +44,8 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - url = "https://github.com/traccar/traccar/releases/download/v6.1/traccar-other-6.1.zip" - sha256 = "9dabe12b8c0a584d8ec0e3cc507cd37a3b7180d4042c64fc513e4497ec3d654b" + url = "https://github.com/traccar/traccar/releases/download/v6.2/traccar-other-6.2.zip" + sha256 = "e31645f3a6aa510265e69e6b6fadcec9babac3104fc969b41f2703de59b8eaaf" in_subdir = false format = "zip" autoupdate.strategy = "latest_github_release"