Files
d2/_service
Jeff Kowalczyk cb21e5c6cd Accepting request 1139555 from home:jfkw:branches:devel:languages:go
- Update to version 0.6.3:
  * Themes can be customized via d2-config vars. #1777
  * Icons can be added for special objects (sql_table, class, code, markdown, latex). #1774
  * Fix importing files that override an existing value with an array. #1762
  * Fixes missing unfilled triangle arrowheads when sketch flag is on. #1763
  * Fixes a bug where the render target could be incorrect if the target path contains "index". #1764
  * Fixes ELK layout with outside labels/icons. #1776
  * Fixes a bug where an edge could become disconnected with dagre layout and direction right. #1778

OBS-URL: https://build.opensuse.org/request/show/1139555
OBS-URL: https://build.opensuse.org/package/show/devel:languages:go/d2?expand=0&rev=13
2024-01-17 22:52:21 +00:00

18 lines
579 B
Plaintext

<services>
<service name="tar_scm" mode="manual">
<param name="url">https://github.com/terrastruct/d2.git</param>
<param name="scm">git</param>
<param name="revision">v0.6.3</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">v(.*)</param>
</service>
<service name="set_version" mode="manual">
</service>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="go_modules" mode="manual">
</service>
</services>