From 37051a3a2f08d1546a4aa2ab828ae7dd6939b2d1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 1 Feb 2022 17:08:52 +0100 Subject: [PATCH] Fix --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 7b1471e..923a204 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/vector-im/element-web/releases/download/v1.10.0/element-v1.10.0.tar.gz -SOURCE_SUM=f59fb2dadd7cf91787062574979eef5c592018ce011c1f51b2d34d391bd56c6e +SOURCE_URL=https://github.com/vector-im/element-web/releases/download/v1.10.1/element-v1.10.1.tar.gz +SOURCE_SUM=35ce4e8ddb2a2419d48351a39cd266df22b1bbdbb15fa7ea574d9decd2e0b0bc SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 8d78ba4..379d686 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Web client for Matrix", "fr": "Client web pour Matrix" }, - "version": "1.10.0~ynh1", + "version": "1.10.1~ynh1", "url": "https://element.io", "upstream": { "license": "Apache-2.0",