From 3cb4490067f7090c96f76653864f4f0c26f29ebb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 4 Jun 2024 19:01:05 +0200 Subject: [PATCH] Update manifest.toml --- manifest.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 5fa92b5..c2b1646 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.67~ynh1" +version = "1.11.68~ynh1" maintainers = ["Josué Tille"] @@ -56,8 +56,8 @@ ram.runtime = "0M" [resources.sources] [resources.sources.main] - url = "https://github.com/element-hq/element-web/releases/download/v1.11.67/element-v1.11.67.tar.gz" - sha256 = "fb0eaf04eb26175db39f9436b772e01e1e5e2095e403dc0df0385e5256bf01e5" + url = "https://github.com/element-hq/element-web/releases/download/v1.11.68/element-v1.11.68.tar.gz" + sha256 = "9c98be714d4a2c458138557fadaf5eb4eb57110db1bf7c9807707f564a0bdbc2" autoupdate.strategy = "latest_github_release" autoupdate.asset = "^element-v.*.tar.gz$"