1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Upgrade synapse to 0.99.1.1

This commit is contained in:
Josué Tille 2019-02-15 09:27:29 +00:00 committed by Josue-T
parent b9fba54ae5
commit cd144d4edc
4 changed files with 6 additions and 6 deletions

View file

@ -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) Yunohost chatroom with matrix : [https://riot.im/app/#/room/#yunohost:matrix.org](https://riot.im/app/#/room/#yunohost:matrix.org)
**Shipped version:** 0.99.0 **Shipped version:** 0.99.1.1
Configuration Configuration
------------- -------------

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.99.0/matrix-synapse_0.99.0-jessie-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.99.1.1/matrix-synapse_0.99.1.1-jessie-bin1_armv7l.tar.gz
SOURCE_SUM=a5e56f79e4bad9f7f622187cf8fdd245191443a759aab0b78debfb6f6e015772 SOURCE_SUM=6f7fcb7e14c93567f3fca9a72b1a16184b4e4f5091b6aca4330e64a0394b3ba3
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.99.0/matrix-synapse_0.99.0-stretch-bin1_armv7l.tar.gz SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v0.99.1.1/matrix-synapse_0.99.1.1-stretch-bin1_armv7l.tar.gz
SOURCE_SUM=3a01129ad15d5d1efc6b0d3aec7e1c6a3c09d8b807c5e036f89ee2f1a9e26ce3 SOURCE_SUM=50cde0261086ef5fa0ee07614258c013ee975e0b97c4622e7a78533d34313203
# (Optional) Program to check the integrity (sha256sum, md5sum...) # (Optional) Program to check the integrity (sha256sum, md5sum...)
# default: sha256 # default: sha256
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum

View file

@ -9,7 +9,7 @@
"en": "Instant messaging server who use matrix", "en": "Instant messaging server who use matrix",
"fr": "Un serveur de messagerie instantané basé sur matrix" "fr": "Un serveur de messagerie instantané basé sur matrix"
}, },
"version": "0.99.0~ynh1", "version": "0.99.1.1~ynh1",
"url": "http://matrix.org", "url": "http://matrix.org",
"license": "Apache-2.0", "license": "Apache-2.0",
"maintainer": { "maintainer": {