2012-06-08 09:16:14 +00:00
|
|
|
<services>
|
2012-06-08 10:44:08 +00:00
|
|
|
<service name="tar_scm">
|
2012-06-08 09:16:14 +00:00
|
|
|
<param name="scm">git</param>
|
|
|
|
<param name="url">git://github.com/asalkeld/libqb.git</param>
|
2012-06-08 12:05:31 +00:00
|
|
|
<param name="package-meta">yes</param>
|
2012-06-08 09:16:14 +00:00
|
|
|
<!--
|
|
|
|
To update to a new release, change "revision" to the desired
|
|
|
|
git commit hash and bump "version" if necessary
|
|
|
|
-->
|
2012-06-25 10:47:32 +00:00
|
|
|
<param name="version">0.14.0</param>
|
|
|
|
<param name="revision">1c2b77f005a8011471af11839b7e1b67d147e10d</param>
|
2012-06-08 09:16:14 +00:00
|
|
|
</service>
|
|
|
|
|
2012-06-08 10:44:08 +00:00
|
|
|
<service name="recompress">
|
|
|
|
<param name="file">*libqb*.tar</param>
|
2012-06-08 09:16:14 +00:00
|
|
|
<param name="compression">bz2</param>
|
|
|
|
</service>
|
|
|
|
|
2012-06-08 10:44:08 +00:00
|
|
|
<service name="set_version"/>
|
2012-06-08 09:16:14 +00:00
|
|
|
</services>
|