1
0

Accepting request 1062351 from home:darix:apps

- Update to 1.76.0

OBS-URL: https://build.opensuse.org/request/show/1062351
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=263
This commit is contained in:
2023-01-31 23:20:59 +00:00
committed by Git OBS Bridge
parent 98a7a78208
commit 420a6e4e8a
8 changed files with 175 additions and 20 deletions

View File

@@ -4,11 +4,11 @@
<param name="versionformat">@PARENT_TAG@</param>
<param name="url">https://github.com/matrix-org/synapse.git</param>
<param name="scm">git</param>
<param name="revision">v1.75.0</param>
<param name="revision">v1.76.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<!--
<param name="revision">v1.76.0rc1</param>
<param name="revision">v1.77.0rc1</param>
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
<param name="versionrewrite-replacement">\1~\2</param>
-->