1
0

Accepting request 980131 from home:darix:apps

- Update to 1.60.0

OBS-URL: https://build.opensuse.org/request/show/980131
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=223
This commit is contained in:
2022-05-31 16:55:06 +00:00
committed by Git OBS Bridge
parent 5711e61c82
commit 6ac575131f
7 changed files with 193 additions and 10 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.59.1</param>
<param name="revision">v1.60.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<!--
<param name="revision">v1.60.0rc1</param>
<param name="revision">v1.60.0rc2</param>
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
<param name="versionrewrite-replacement">\1~\2</param>
-->