From 584b58399d7dbf301174857896dcd54a380a4ed5 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Mon, 10 Jun 2024 03:46:42 +0200 Subject: [PATCH] Upgrade to v2.14.0 https://github.com/owntracks/frontend/releases/tag/v2.14.0 --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 864a95a..096fac5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "OwnTracks" description.en = "Keep track of your location history" description.fr = "Gérez votre historique de géolocalisation" -version = "2.12.0~ynh2" +version = "2.14.0~ynh1" maintainers = ["tituspijean"] @@ -59,8 +59,8 @@ ram.runtime = "50M" extras.yarn.packages = "yarn" [resources.sources.main] - url = "https://github.com/owntracks/frontend/archive/refs/tags/v2.12.0.tar.gz" - sha256 = "1695c3e39f5b276fc6d07c7685eaa3df033e37979b240bc8422663e8aa22e130" + url = "https://github.com/owntracks/frontend/archive/refs/tags/v2.14.0.tar.gz" + sha256 = "862deab66ac38bb517f5446b6aea0c9efaf6dffe56806542dec36849af7d832f" autoupdate.strategy = "latest_github_release" autoupdate.asset = "tarball"