update to 1.0.36 OBS-URL: https://build.opensuse.org/request/show/1244550 OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/wabt?expand=0&rev=3
30 lines
883 B
XML
30 lines
883 B
XML
<!--
|
|
# vim: set syntax=xml
|
|
-->
|
|
|
|
<services>
|
|
<!--
|
|
To get a new tarball, make your changes then run:
|
|
$ osc service manualrun tar_scm && osc service manualrun recompress
|
|
-->
|
|
<service name="tar_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/WebAssembly/wabt.git</param>
|
|
<param name="revision">1.0.36</param>
|
|
<param name="version">1.0.36</param>
|
|
|
|
<param name="exclude">.github</param>
|
|
<param name="exclude">.gitignore</param>
|
|
<param name="exclude">.gitattributes</param>
|
|
<param name="exclude">.flake8</param>
|
|
<param name="exclude">.clang-format</param>
|
|
<param name="exclude">.style.yapf</param>
|
|
</service>
|
|
<service name="tar" mode="manual"/>
|
|
<service name="recompress" mode="manual">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|
|
|