From bc538524fbd11f392d8a525a8d8427e226e8328b Mon Sep 17 00:00:00 2001 From: Tom LAVEILLE Date: Mon, 7 Apr 2025 17:30:36 +0200 Subject: [PATCH] releases to latest --- CenRa_METABASE/tools/resources.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CenRa_METABASE/tools/resources.py b/CenRa_METABASE/tools/resources.py index 1bd0ed7..75646b6 100644 --- a/CenRa_METABASE/tools/resources.py +++ b/CenRa_METABASE/tools/resources.py @@ -150,7 +150,7 @@ def maj_verif(NAME): url = qgis.utils.pluginMetadata(NAME,'repository') #URL = url+'/raw/branch/main/plugins.xml' - URL = 'https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/releases/plugins.xml' + URL = 'https://gitea.cenra-outils.org/CEN-RA/Plugin_QGIS/releases/download/latest/plugins.xml' # print(URL) version = qgis.utils.pluginMetadata(NAME,'version') len_version = len(version)