mirror of
https://github.com/YunoHost-Apps/hydrogen_ynh.git
synced 2024-09-03 19:26:17 +02:00
commit
950848fb83
5 changed files with 7 additions and 6 deletions
|
@ -25,7 +25,7 @@ A minimal Matrix chat client, focused on performance, offline functionality, and
|
||||||
- Loading (unused) parts of the application after initial page load should be supported
|
- Loading (unused) parts of the application after initial page load should be supported
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 0.2.31~ynh1
|
**Shipped version:** 0.2.32~ynh1
|
||||||
|
|
||||||
**Demo:** https://hydrogen.element.io/
|
**Demo:** https://hydrogen.element.io/
|
||||||
|
|
||||||
|
|
|
@ -25,7 +25,7 @@ A minimal Matrix chat client, focused on performance, offline functionality, and
|
||||||
- Loading (unused) parts of the application after initial page load should be supported
|
- Loading (unused) parts of the application after initial page load should be supported
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 0.2.31~ynh1
|
**Version incluse :** 0.2.32~ynh1
|
||||||
|
|
||||||
**Démo :** https://hydrogen.element.io/
|
**Démo :** https://hydrogen.element.io/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.31/hydrogen-web-0.2.31.tar.gz
|
SOURCE_URL=https://github.com/vector-im/hydrogen-web/releases/download/v0.2.32/hydrogen-web-0.2.32.tar.gz
|
||||||
SOURCE_SUM=2003c0f130daa4b737903d180f9bf0103e7298b751e2311530d8e4fbd92d4131
|
SOURCE_SUM=791cc0a98cb8050e8247c9219c602419ea89b264f1fb2534d436d0ee82a3b260
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -5,8 +5,9 @@
|
||||||
"applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
|
"applicationServerKey": "BC-gpSdVHEXhvHSHS0AzzWrQoukv2BE7KzpoPO_FfPacqOo3l1pdqz7rSgmB04pZCWaHPz7XRe6fjLaC-WPDopM"
|
||||||
},
|
},
|
||||||
"defaultHomeServer": "__DEFAULT_SERVER__",
|
"defaultHomeServer": "__DEFAULT_SERVER__",
|
||||||
|
"bugReportEndpointUrl": "https://element.io/bugreports/submit",
|
||||||
"themeManifests": [
|
"themeManifests": [
|
||||||
"assets/theme-element.json"
|
"assets/theme-Element.json"
|
||||||
],
|
],
|
||||||
"defaultTheme": {
|
"defaultTheme": {
|
||||||
"light": "element-light",
|
"light": "element-light",
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Web client for Matrix",
|
"en": "Web client for Matrix",
|
||||||
"fr": "Client web pour Matrix"
|
"fr": "Client web pour Matrix"
|
||||||
},
|
},
|
||||||
"version": "0.2.31~ynh1",
|
"version": "0.2.32~ynh1",
|
||||||
"url": "https://matrix.org/docs/projects/client/hydrogen",
|
"url": "https://matrix.org/docs/projects/client/hydrogen",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|
Loading…
Reference in a new issue