From 9967a62e02f09f319a7ab727b9f5066e6d2b4129 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 23 Nov 2022 02:52:48 +0100 Subject: [PATCH 1/6] Upgrade synapse to 1.72.0 --- conf/armv7_bullseye.src | 6 ++++-- conf/armv7_buster.src | 6 ++++-- manifest.json | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 10a670b..3f044d2 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,7 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.71.0/matrix-synapse_1.71.0-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=01458745ca40441f5b10b0d81bad8488fdcec0ed7fb19d977b7d5b08eb5efa99 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.72.0/matrix-synapse_1.72.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=ce58fe998c01a3ae8413f4f5eb1900819b8e60c367465c703fb9d8a0cad299c6 +# (Optional) Program to check the integrity (sha256sum, md5sum...) +# default: sha256 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index cfd43d1..1d8c595 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,7 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.71.0/matrix-synapse_1.71.0-buster-bin1_armv7l.tar.gz -SOURCE_SUM=e38a39163680ce741a26a665ce7529ba5ddc33acc8acf88ed160750d494ee416 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.72.0/matrix-synapse_1.72.0-buster-bin1_armv7l.tar.gz +SOURCE_SUM=17ba09971bfb0e435172f3b07b55ca20d305775a3436c8b16717f36989e9e6a8 +# (Optional) Program to check the integrity (sha256sum, md5sum...) +# default: sha256 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a1aa726..410aa1c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, - "version": "1.71.0~ynh1", + "version": "1.72.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 58755ebc5f7dcac5cbbb89fb89141dca45bc2231 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 30 Nov 2022 07:35:09 +0000 Subject: [PATCH 2/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4c2bb2..9de4765 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Shipped version:** 1.71.0~ynh1 +**Shipped version:** 1.72.0~ynh1 ## Disclaimers / important information ## Configuration diff --git a/README_fr.md b/README_fr.md index 4a09268..c2ff2a1 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Version incluse :** 1.71.0~ynh1 +**Version incluse :** 1.72.0~ynh1 ## Avertissements / informations importantes ## Configuration From 8a6dcecd7891cb7640eab796a7eb78af06aafaad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 7 Dec 2022 04:25:53 +0100 Subject: [PATCH 3/6] Upgrade synapse to 1.73.0 --- conf/armv7_bullseye.src | 4 ++-- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 3f044d2..69a9682 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.72.0/matrix-synapse_1.72.0-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=ce58fe998c01a3ae8413f4f5eb1900819b8e60c367465c703fb9d8a0cad299c6 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.73.0/matrix-synapse_1.73.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=706b2a2343785ffc814219588a3702edf46a1a3bbd753f0cf364e6505cb142e2 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index 1d8c595..cc6eda0 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.72.0/matrix-synapse_1.72.0-buster-bin1_armv7l.tar.gz -SOURCE_SUM=17ba09971bfb0e435172f3b07b55ca20d305775a3436c8b16717f36989e9e6a8 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.73.0/matrix-synapse_1.73.0-buster-bin1_armv7l.tar.gz +SOURCE_SUM=240e61ebe0442bbd1f3b9dda1ee57d4c972923309815c379b0654706ea724abe # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 410aa1c..3385bf0 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, - "version": "1.72.0~ynh1", + "version": "1.73.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 24f89592134685e4778eed1f4591562dee342616 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 9 Dec 2022 17:50:07 +0000 Subject: [PATCH 4/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9de4765..7c4a3ca 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Shipped version:** 1.72.0~ynh1 +**Shipped version:** 1.73.0~ynh1 ## Disclaimers / important information ## Configuration diff --git a/README_fr.md b/README_fr.md index c2ff2a1..de16f82 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Version incluse :** 1.72.0~ynh1 +**Version incluse :** 1.73.0~ynh1 ## Avertissements / informations importantes ## Configuration From c9ccd462f2197d6b282199f8a3c06ede3c570560 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 21 Dec 2022 03:53:49 +0100 Subject: [PATCH 5/6] Upgrade synapse to 1.74.0 --- conf/armv7_bullseye.src | 4 ++-- conf/armv7_buster.src | 4 ++-- manifest.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conf/armv7_bullseye.src b/conf/armv7_bullseye.src index 69a9682..5955c8c 100644 --- a/conf/armv7_bullseye.src +++ b/conf/armv7_bullseye.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.73.0/matrix-synapse_1.73.0-bullseye-bin1_armv7l.tar.gz -SOURCE_SUM=706b2a2343785ffc814219588a3702edf46a1a3bbd753f0cf364e6505cb142e2 +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.74.0/matrix-synapse_1.74.0-bullseye-bin1_armv7l.tar.gz +SOURCE_SUM=27f0cfad22014cf1eb75492e04996156d7284d1f419d23e0e4970c5ff479ba7d # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/conf/armv7_buster.src b/conf/armv7_buster.src index cc6eda0..61c7134 100644 --- a/conf/armv7_buster.src +++ b/conf/armv7_buster.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.73.0/matrix-synapse_1.73.0-buster-bin1_armv7l.tar.gz -SOURCE_SUM=240e61ebe0442bbd1f3b9dda1ee57d4c972923309815c379b0654706ea724abe +SOURCE_URL=https://github.com/YunoHost-Apps/synapse_python_build/releases/download/v1.74.0/matrix-synapse_1.74.0-buster-bin1_armv7l.tar.gz +SOURCE_SUM=4c7412eab47e9ac4ccc6cde6cbe33dbee2badbbded475cef5bb2b2e3ee926d62 # (Optional) Program to check the integrity (sha256sum, md5sum...) # default: sha256 SOURCE_SUM_PRG=sha256sum diff --git a/manifest.json b/manifest.json index 3385bf0..0813a51 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Instant messaging server which uses Matrix", "fr": "Serveur de messagerie instantané basé sur Matrix" }, - "version": "1.73.0~ynh1", + "version": "1.74.0~ynh1", "url": "http://matrix.org", "license": "Apache-2.0", "maintainer": { From 77aeaae7517786eb10caf81061fd416cd3ab4f89 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 23 Dec 2022 16:50:43 +0000 Subject: [PATCH 6/6] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c4a3ca..ce5d1b8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Shipped version:** 1.73.0~ynh1 +**Shipped version:** 1.74.0~ynh1 ## Disclaimers / important information ## Configuration diff --git a/README_fr.md b/README_fr.md index de16f82..461d8fc 100644 --- a/README_fr.md +++ b/README_fr.md @@ -20,7 +20,7 @@ Instant messaging server matrix network. Yunohost chatroom with matrix : [https://matrix.to/#/#yunohost:matrix.org](https://matrix.to/#/#yunohost:matrix.org) -**Version incluse :** 1.73.0~ynh1 +**Version incluse :** 1.74.0~ynh1 ## Avertissements / informations importantes ## Configuration