mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 0.33.4
This commit is contained in:
parent
222a9e3816
commit
7b470d2fda
5 changed files with 8 additions and 8 deletions
|
@ -16,7 +16,7 @@ Instant messaging server matrix network.
|
|||
|
||||
Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org)
|
||||
|
||||
**Shipped version:** 0.33.3.1
|
||||
**Shipped version:** 0.33.4
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.33.3.1/matrix-synapse_0.33.3.1-jessie-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=0136525e08fb2b19902b0f1b0e9847e5b8c71f33ba044d1af7fa5768f0c376a4
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.33.4/matrix-synapse_0.33.4-jessie-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=6b2e88a4d21d7c9c5de8e5b00f219f3b6e6cc23c0eb2a622e396a7f5bb42d39a
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.33.3.1/matrix-synapse_0.33.3.1-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=d9bc3722dca7f90134ce9aad67d8af8da9b9396545d1cbaed42083616327a575
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.33.4/matrix-synapse_0.33.4-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=67ceec7d27118b882a16800b7d2cbb801b88a48db0134fd2271e3627a3e605a9
|
||||
# (Optional) Program to check the integrity (sha256sum, md5sum...)
|
||||
# default: sha256
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/matrix-org/synapse/archive/v0.33.3.1.tar.gz
|
||||
SOURCE_SUM=c611fe29a4b4e13417f0fff9c4dc38117d3bba19d071bd138400c77ac961d894
|
||||
SOURCE_URL=https://github.com/matrix-org/synapse/archive/v0.33.4.tar.gz
|
||||
SOURCE_SUM=46a0e31ac645474c52f460a5536c1d54234c248d4e724e96fd88b803468f4534
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_FILENAME=synapse_source.tar.gz
|
||||
SOURCE_EXTRACT=false
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"en": "Instant messaging server who use matrix",
|
||||
"fr": "Un serveur de messagerie instantané basé sur matrix"
|
||||
},
|
||||
"version": "0.33.3.1~ynh1",
|
||||
"version": "0.33.4~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue