From c8bdff94f755d9515cdfc496d5ee1ff911d813ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Mon, 26 Feb 2024 18:24:48 +0100 Subject: [PATCH] Update and fix auto update --- manifest.toml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/manifest.toml b/manifest.toml index b650f33..1851a7b 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Element" description.en = "Web client for Matrix" description.fr = "Client web pour Matrix" -version = "1.11.51~ynh1" +version = "1.11.58~ynh1" maintainers = ["Josué Tille"] @@ -14,7 +14,7 @@ license = "Apache-2.0" website = "https://element.io" demo = "https://app.element.io/" admindoc = "https://element.io/help" -code = "https://github.com/vector-im/element-web/" +code = "https://github.com/element-hq/element-web" cpe = "cpe:2.3:a:matrix:element" [integration] @@ -56,9 +56,10 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/vector-im/element-web/releases/download/v1.11.51/element-v1.11.51.tar.gz" - sha256 = "8566c53b22e6a63a2876d76d52a1cd6e3f121ce1404e0d187b54c09656226128" - autoupdate.strategy = "latest_github_tag" + url = "https://github.com/element-hq/element-web/releases/download/v1.11.58/element-v1.11.58.tar.gz" + sha256 = "89bde68e908d73bc08e9b0fa2af5c66ce4dbb764a35b3c80efdc97abb8825fea" + autoupdate.strategy = "latest_github_release" + autoupdate.asset = "^element-v.*.tar.gz$" [resources.system_user]