1
0

Accepting request 880523 from home:darix:apps

- Update to 1.30.0

OBS-URL: https://build.opensuse.org/request/show/880523
OBS-URL: https://build.opensuse.org/package/show/network:messaging:matrix/matrix-synapse?expand=0&rev=164
This commit is contained in:
2021-03-22 14:04:17 +00:00
committed by Git OBS Bridge
parent ebf60c2d53
commit 3c508255da
7 changed files with 186 additions and 11 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.28.0</param>
<param name="revision">v1.30.0</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<!--
<param name="revision">v1.28.0rc1</param>
<param name="revision">v1.30.0rc1</param>
<param name="versionrewrite-pattern">v([\.\d]+)(rc.*)</param>
<param name="versionrewrite-replacement">\1~\2</param>
-->