mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Upgrade synapse to 0.33.7
This commit is contained in:
parent
2ff925d7ab
commit
ba48e95892
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.6
|
||||
**Shipped version:** 0.33.7
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.33.6/matrix-synapse_0.33.6-jessie-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=ef16299aabc7c57fdc4e8e7d58aa395027bdb44ee85236a443c50d253c79ac02
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.33.7/matrix-synapse_0.33.7-jessie-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=b18ffa5df736f8feca987446a336fb8896b5783b0b1c40fdfefbd88f00c9935f
|
||||
# (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.6/matrix-synapse_0.33.6-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=22b7677a7c6aecf6c4094eade7ed51d6c25b43f84363d020b22d6853e1883ec8
|
||||
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.33.7/matrix-synapse_0.33.7-stretch-bin1_armv7l.tar.gz
|
||||
SOURCE_SUM=71c3819f5a3f799c35173227a32906b1b155b01a53940ff825abf94e120803fa
|
||||
# (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.6.tar.gz
|
||||
SOURCE_SUM=6b5f1bac39d96a2031d5f480ea3ebec14db9e8ca096c2385be804a1c89f9c792
|
||||
SOURCE_URL=https://github.com/matrix-org/synapse/archive/v0.33.7.tar.gz
|
||||
SOURCE_SUM=d2348054cef5d572c3eb6ac88a34d6fd523d2c97d2d3388699efcf2743c7b13b
|
||||
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.6~ynh1",
|
||||
"version": "0.33.7~ynh1",
|
||||
"url": "http://matrix.org",
|
||||
"license": "Apache-2.0",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Reference in a new issue